Boris Zbarsky wrote: > steve lu wrote: > >> While testing my embedded browser (Firefox 2.0.0.6 code base), >> > > Yeah, this is a known issue in Gecko 1.8: the packet boundaries can be a > little weird for HTTP (esp over SSL). We tried to fix it, but sites > broke. We're hoping the changes in 1.9, which were a little more > extensive, will lay it to rest. > I say the web server is broken, the client should be able to send data anyway it sees fit. TCP is a stream protocol, not a datagram protocol.
oth, being practical does come into play here. Why not try moving the content-length field towards the beginning of the first send()? -- Brad Clements, [EMAIL PROTECTED] (315)268-1000 http://www.murkworks.com AOL-IM: BKClements _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
