On Wed, 8 Aug 2001, Ryan Bloom wrote: > > Is this through SSL? I did actually test a POST, so I am 99% sure it works for > standard POSTS. this is without ssl. seems the problem is triggered by the client, things are fine with netscape, but using lwp's POST i get segvs. i can also trigger a segv (same stack trace) with telnet: % telnet localhost 8529 Trying 127.0.0.1... Connected to mako.covalent.net. Escape character is '^]'. POST /test.cgi http/1.0 content-length: 9 <-- segv happens here same if i paste in exactly what netscape sends for the little cgi test: POST /echo_post HTTP/1.0 Referer: http://localhost:8529/test.html Connection: Keep-Alive User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.2.16-22 i686) Pragma: no-cache Host: localhost:8529 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */* Accept-Encoding: gzip Accept-Language: en Accept-Charset: iso-8859-1,*,utf-8 Content-type: application/x-www-form-urlencoded Content-length: 26 textarea=adf&submit=submit
- Re: cvs commit: httpd-2.0/modules/http http_protocol.... Jeff Trawick
- Re: cvs commit: httpd-2.0/modules/http http_prot... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/http http_... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/http h... Jeff Trawick
- Re: cvs commit: httpd-2.0/modules/http http_protocol.... Cliff Woolley
- Re: cvs commit: httpd-2.0/modules/http http_protocol.... Greg Stein
- Re: cvs commit: httpd-2.0/modules/http http_protocol.... Doug MacEachern
- Re: cvs commit: httpd-2.0/modules/http http_prot... Ryan Bloom
- Re: cvs commit: httpd-2.0/modules/http http_... Doug MacEachern
- Re: cvs commit: httpd-2.0/modules/http h... Ryan Bloom
- Re: cvs commit: httpd-2.0/modules/http h... Ryan Bloom
- Re: cvs commit: httpd-2.0/modules/ht... Cliff Woolley
- Re: cvs commit: httpd-2.0/modules/ht... Doug MacEachern
- Re: cvs commit: httpd-2.0/modul... Ryan Bloom
- Re: cvs commit: httpd-2.0/m... Doug MacEachern
- Re: cvs commit: httpd-2.0/m... Ryan Bloom
- Re: cvs commit: httpd-2.0/modul... Ryan Bloom
- Re: cvs commit: httpd-2.0/m... Doug MacEachern
- Re: cvs commit: httpd-2.0/m... Ryan Bloom
