Libwww 5.3.2 on Windows NT 4.0 SP5. Using the binaries for chunk.exe and chunkbody.exe (the same problem with the source, rebuilt with Visual C++). The result returned from chunk.exe has strange characters before and after the body: Looking up cgntw02 Looking up cgntw02 Contacting cgntw02 Reading... Reading... Reading... Load resulted in status -1 HTTP/1.1 200 OK Transfer-Encoding: chunked Date: Fri, 19 Jan 2001 17:47:42 GMT Allow: GET, HEAD Server: Oracle_Web_Listener/4.0.8.1.0EnterpriseEdition Content-Type: text/html Content-length: 28 Connection: close 1c <html><body>5</html></html> 0 and the result returned from chunkbody.exe is 4 bytes short: <html><body>5</html></ht Looking at ch->size in HTChunk_toString I can see that it is set to 24, where it should be equal to the content length; 28. Are these known bugs? Cheers, FinnReceived on Friday, 19 January 2001 12:54:20 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:38 GMT