[Grub-dev] C# Grubng 0.1 and few questions
jer
jeremie at jabber.org
Mon Jan 28 23:32:01 UTC 2008
> No. I get things like
> HTTP/1.1 401
> Date: Mon, 28 Jan 2008 17:52:57 GMT
> Server: Apache/1.3.28 (Unix)
> Connection: close
> Content-Type: text/html
>
> At least tell me what the number means. Something like "401 wrong
> hash"
> or "401 not arc"
> I'm too lazy to seek that 401 mean Unauthorised and wonder which
> authenticating step failed.
> Same goes with Code 200, what's wrong with "200 Accepted and indexed"?
Ahh, you mean the part after the status code, gotcha.
>>> Also, i do a HTTP/1.0 PUT but receive a HTTP/1.1 answer :P
>>>
>>
>> That's just HTTP, it's allowed, but you of course won't get back any
>> 1.1 headers :)
>>
> I don't find that HTTP/1.0 clients should support answers with a
> greater
> version, just that they
> should support HTTP/0.9 and HTTP/1.0 answers. But as i made it
> supporting both HTTP/1.0
> and HTTP/1.1 resposnes, I don't care too much :P
I'm not sure exactly anymore, it's apache generating the response so
I'd hope it would do it correctly? The part of the HTTP spec is here
if anyone cares, not that there's much we can do given that it's
apache responding to the PUTs :)
http://www.w3.org/Protocols/HTTP/1.0/draft-ietf-http-spec.html#HTTP-
Version
Jer
More information about the Grub-dev
mailing list