Hi,

I am trying to extend sh-httpd to handle POST and PUT. PUT is not an issue
since all the parameters are present in the request.

The problem I have with POST is that the paramters come as a line of text
but no line terminator (at least from Netscape) and the connection is not
closed so the read command a shell script does not terminate.

Is there a way to read everything from stdin without having to have a
termination character? Something like getc() would be great.

JamesS


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to