On Wed, Jan 12, 2011 at 10:51 PM, Trong Long Dinh <[email protected]> wrote: > I already review source code of libevent. Ur small code has same mean with > mine. However, Both are meaningless because function static char * > end_of_path(char *cp, int allow_qchars) not allow '|' character. If uri > query contain '|' character then it response "bad request".
Weird. According to RFC 3986, I think that | _is_ an invalid URI character. Ugh. Is there some other standard that specifies how an HTTP URI looks that I should be looking at, or is your browser expecting servers to handle nonconformant URIs? -- Nick *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
