[Simpleweb-Support] .9 conformance issue
Brought to you by:
niallg
From: wickedfast <wic...@gm...> - 2006-06-07 21:46:28
|
Hi A valid HTTP .9 request is as follows. (No version number or header sequence is required) GET /index.html\n For example.. try telnet www.yahoo.com 80\n GET /index.html\n If you try the same thing with the simple server it times out.. because it is waiting for a \r\n\r\n sequence.. but of course there is no headers in a valid HTTP .9 request.. Thanks! /Brian |