Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: Getting CGI to name a file it returns

by Nitsuj (Hermit)
on Jul 18, 2001 at 09:32 UTC ( [id://97554]=note: print w/replies, xml ) Need Help??


in reply to Re: Getting CGI to name a file it returns
in thread Getting CGI to name a file it returns

Sure octet-stream means something. It means that the output should be read as a stream of octets rather than a stream of binary and that you should be able to rely on recieving an even set of octets rather than an number of bits that doesn't resolve to an even octet. Of course, this is imposed by the IP protocol, so anything that comes down the pipe is technically an "octet-stream." It could be an indication that the content is not to be interpretted with split bytes (which IS done elsewhere) and that it is probably not plaintext.

Just Another Perl Backpacker

Replies are listed 'Best First'.
Re: Re: Re: Getting CGI to name a file it returns
by bikeNomad (Priest) on Jul 18, 2001 at 16:54 UTC
    I don't think there is a way to send partial octets in HTTP.

    update: re-phrased to not sound so sarcastic.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://97554]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-03-19 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found