in reply to Re^4: CrLf getting inserted into an octet-stream (gzip file)
in thread CrLf getting inserted into an octet-stream (gzip file)

Is the web server running as the same user as you think it is? Take a look at the discussion on Web Browser fails to compile my code.

Update: Quite right. Poor reading on my part.

--MidLifeXis

  • Comment on Re^5: CrLf getting inserted into an octet-stream (gzip file)

Replies are listed 'Best First'.
Re^6: CrLf getting inserted into an octet-stream (gzip file)
by Rumtis (Initiate) on May 27, 2008 at 14:45 UTC
    I may be a bit confused, but the code is not running on a server, it's to act as a "web browser" and POST a page to an HTTPS server. The POST returns inline stream data that I need to save to a file.

    Thanks for the reply, though.