Skip to content

Commit

Permalink
Release 1.33.14
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.code.sf.net/p/xmlrpc-c/code@2625 98333e67-4a24-44d7-a75c-e53540dd3050
  • Loading branch information
giraffedata committed Jul 15, 2014
1 parent f9cd9b2 commit 095ac1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions stable/lib/abyss/src/response.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@ ResponseAccessControl(TSession * const abyssSessionP,
accessControl.allowOrigin);
ResponseAddField(abyssSessionP, "Access-Control-Allow-Methods",
"POST");
ResponseAddField(abyssSessionP, "Access-Control-Allow-Headers",
"Content-Type");
ResponseAddField(abyssSessionP, "Access-Control-Allow-Headers",
"Content-Length");
if (accessControl.expires) {
char buffer[64];
sprintf(buffer, "%u", accessControl.maxAge);
Expand Down
2 changes: 1 addition & 1 deletion stable/version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
###############################################################################
XMLRPC_MAJOR_RELEASE = 1
XMLRPC_MINOR_RELEASE = 33
XMLRPC_POINT_RELEASE = 13
XMLRPC_POINT_RELEASE = 14

0 comments on commit 095ac1b

Please sign in to comment.