Re: Failed to decode requested authority digest

2010-01-14 Thread Drake Wilson
%20585769%2081349F%20E2A2AF%20E8A9C4. This looks like some kind of broken client to me. Look at all those %20s in the string: that looks like http encoding of a space ( ) character, so somebody's program is requesting 14C131 27B6B5 585769 81349F E2A2AF E8A9C4 with the spaces HTTP-encoded. Unless

Re: Failed to decode requested authority digest

2010-01-15 Thread Nick Mathewson
-encoded. =A0Unless I'm mistaken, the proper format is using + signs, not spaces. If you mean URI-encoded (or URL-encoded), which HTTP uses, then %20 is a valid encoding of a 0x20 (ASCII space) character. =A0+ is a secondary convention that's used in query strings only, which can also mean a space