Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Headers & Small Corrections #6

Merged
merged 3 commits into from
May 31, 2012
Merged

Conversation

Gwennin
Copy link
Contributor

@Gwennin Gwennin commented Jan 26, 2012

added support for custom headers.
smalls corrections :

  • removed @Property for m_OData_etag in TableEntry (Allready in super class)
  • changed m_headers allocation to NSMutableDictionary Type in DataServiceStreamResponse l.51
  • added @synthesize for m_entityFKRelation in ObjectContext (@Property existing but no @syntesize)
  • Changed allocation type to NSMutableArray in ObjectContext.m l.1562

Gwennin Le Bourdonnec and others added 3 commits January 26, 2012 19:51
added support for custom headers.
smalls corrections :
- removed @Property for m_OData_etag in TableEntry (Allready in super class)
- changed m_headers allocation to NSMutableDictionary Type in DataServiceStreamResponse l.51
- added @synthesize for m_entityFKRelation in ObjectContext (@Property existing but no @syntesize)
-Changed allocation type to NSMutableArray in ObjectContext.m l.1562
In previous version, the methods that use POST with bach don't attach
the custom headers. With this changes you can resolve this problems.
Fix problems with custom headers in POST with bach
arlobelshee added a commit that referenced this pull request May 31, 2012
Custom Headers & Small Corrections
@arlobelshee arlobelshee merged commit febe5f6 into OData:master May 31, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants