Talk:Hello world/Web server: Difference between revisions

Line 21:
: Good point. For Hello World, I should think sequentially should be fine. —[[User:Sonia|Sonia]] 01:38, 2 July 2011 (UTC)
 
== does the task mandate HTTP/1.0 or above? ==
The task description should specify if the server should implement HTTP/1.0 or above, currently some examples implement a plain socket that returns one text line, which is possible in HTTP 0.9, but is not valid in current clients. E.g. in the Java server, curl and wget:
 
Anonymous user