[GitHub] thrift pull request: JavaScript: set Accept: and Content-Type: hea...

2015-04-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/468 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] thrift pull request: JavaScript: set Accept: and Content-Type: hea...

2015-04-28 Thread stigsb
GitHub user stigsb opened a pull request: https://github.com/apache/thrift/pull/468 JavaScript: set Accept: and Content-Type: headers in request This is an updated patch for THRIFT-2674. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] thrift pull request: JavaScript: set Accept: and Content-Type: hea...

2015-04-15 Thread jfarrell
Github user jfarrell closed the pull request at: https://github.com/apache/thrift/pull/201 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] thrift pull request: JavaScript: set Accept: and Content-Type: hea...

2015-04-15 Thread jfarrell
Github user jfarrell commented on the pull request: https://github.com/apache/thrift/pull/201#issuecomment-93616800 Thanks for your patch @stigsb, in order for us to accept a pull request we need to have a jira ticket associated with it. Please see our contributing guide at

[GitHub] thrift pull request: JavaScript: set Accept: and Content-Type: hea...

2014-08-21 Thread stigsb
GitHub user stigsb opened a pull request: https://github.com/apache/thrift/pull/201 JavaScript: set Accept: and Content-Type: headers in request When a JS client communicates with a backend supporting several encodings, knowing which protocol to use is a bit kludgy. This patch