[jira] [Created] (THRIFT-1157) Allow user specified headers in the http client code

2011-04-27 Thread Usman Ismail (JIRA)
: Cocoa - Library Affects Versions: 0.6 Reporter: Usman Ismail The current http client has a fixed set of headers which are appended to every thrift request. We should allow for user specified headers. -- This message is automatically generated by JIRA. For more information

[jira] [Commented] (THRIFT-1154) HttpClient does not specify the connection close parameter

2011-04-27 Thread Usman Ismail (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13025826#comment-13025826 ] Usman Ismail commented on THRIFT-1154: -- As per discussions in the mailing list

[jira] [Updated] (THRIFT-1153) HttpClient does not specify the connection close parameter

2011-04-21 Thread Usman Ismail (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Usman Ismail updated THRIFT-1153: - Remaining Estimate: 0h (was: 2h) Original Estimate: 0h (was: 2h) HttpClient does

[jira] [Updated] (THRIFT-1154) HttpClient does not specify the connection close parameter

2011-04-21 Thread Usman Ismail (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Usman Ismail updated THRIFT-1154: - Attachment: ConnectionClose.patch Adds the requeired headers HttpClient does not specify

[jira] [Created] (THRIFT-1154) HttpClient does not specify the connection close parameter

2011-04-21 Thread Usman Ismail (JIRA)
Components: Cocoa - Library Affects Versions: 0.6 Reporter: Usman Ismail Assignee: Usman Ismail Fix For: 0.6.1 Attachments: ConnectionClose.patch THttpClient.m builds a header fort he http request in the flush method but it does not set the Connection

[jira] [Commented] (THRIFT-923) Event-driven client and server support for C++

2011-04-14 Thread Usman Ismail (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13020007#comment-13020007 ] Usman Ismail commented on THRIFT-923: - I am trying to use the TEvhttpClientChannel

Async THttpClient

2011-04-12 Thread Usman Ismail
Is any one one aware of or working on an http implementation of the TNonblockingTransport interface? I would like to connect the TAsyncClient with http transport. --Usman Ismail

[jira] Updated: (THRIFT-1011) Error generating package imports when using classes from other packages

2011-02-24 Thread Usman Ismail (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Usman Ismail updated THRIFT-1011: - Attachment: types.thrift Error generating package imports when using classes from other

[jira] Updated: (THRIFT-1011) Error generating package imports when using classes from other packages

2011-02-24 Thread Usman Ismail (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Usman Ismail updated THRIFT-1011: - Attachment: (was: service.thrift) Error generating package imports when using classes from

[jira] Created: (THRIFT-1011) Error generating package imports when using classes from other packages

2010-11-30 Thread Usman Ismail (JIRA)
Type: Bug Components: AS3 - Compiler Affects Versions: 0.5, 0.4, 0.3, 0.2, 0.1 Environment: All Environments Reporter: Usman Ismail Fix For: 0.6 If you define multiple thrift files and use a data type from one file in another the generated code

[jira] Updated: (THRIFT-1011) Error generating package imports when using classes from other packages

2010-11-30 Thread Usman Ismail (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Usman Ismail updated THRIFT-1011: - Attachment: thrift_1039194_e21ec8f84f339cbb0c5f.patch This is the patch which will resolve