RE: MathOpd and http 1.0 gets
"Yeung, Wilson" <[email protected]> Fri, 16 Jul 2004 15:20:53 -0700
| Newsgroups | gmane.network.mathopd |
|---|---|
| Message-ID | <7EA6A25EC6360A488E0EBB5F3F21A0DC02462786@mail-sd4.ad.soe.sony.com> |
Excuse me. I had gotten my HTTP versions muddled up. The most recent MathOpd doesn't seem to support HTTP 0.9 Simple-Request messaqes. Is it optional now, or completely ripped out? Wilson -----Original Message----- From: Yeung, Wilson Sent: Friday, July 16, 2004 3:01 PM To: '[email protected]' Subject: MathOpd and http 1.0 gets With the most recent versions of MathOpd, HTTP 1.0 style GET requests no longer seem to work. This used to work: GET /path/filename But now I have to do (say): GET /path/filename HTTP/1.0 Host: hostname Which returns an HTTP 1.1 style response complete with header. Is there a configuration directive or compilation option that lets me support the old style request/response format, with HTTP 1.1 header information absent? Wilson