So I've narrowed my problem down to using apache's HttpClient on the server twice (tried a new instance and an existing one). Once I try to do an additional http GET or POST I get the error from before. Is this a networking issue? Is this even thrift related?
On Wed, Dec 16, 2009 at 1:16 AM, Noam Wolf <[email protected]> wrote: > I suddenly started seeing this exception after I "beefed" up the object I > was passing over the wire. That being said this struct has 8 fields 3 of > which are structs that I just added/defined which use only the primitive > types. > > My server implementation is written in java but the client implementation > is in php, so I tried passing a bigger buffer into TBufferedTransport (4096) > but I still get the same error. > > Any ideas what I'm doing wrong? > -- Best Regards, Noam Wolf
