Jeff Garzik fcf234fc08 RPC: HTTP server uses its own ReadHTTPRequestLine()
rather than reusing ReadHTTPStatus() from the client mode.

The following additional HTTP request validations are added, both in line with
existing HTTP client practice:

1) HTTP method must be GET or POST.  Most clients use POST, some
   use GET.  Either way, this continues to work.
2) HTTP URI must start with "/" character.
   Normal URI is "/" (a 1-char string), so this is fine.
2012-11-04 17:16:46 -05:00
..
2012-08-28 17:13:11 -04:00
2012-10-29 13:34:35 -04:00
2012-08-21 22:50:00 -04:00
2012-10-20 23:08:57 +02:00
2012-10-25 20:47:17 +02:00
2012-10-25 16:12:40 +02:00
2012-10-20 23:08:56 +02:00
2012-10-20 23:08:56 +02:00
2012-10-20 23:08:57 +02:00
2012-10-20 23:08:57 +02:00
2012-11-03 00:14:43 +01:00
2012-07-04 16:40:16 +02:00
2012-10-04 15:49:15 +02:00
2012-10-29 13:34:35 -04:00
2012-10-20 23:08:57 +02:00
2012-10-20 23:08:57 +02:00
2012-10-20 23:08:57 +02:00
2012-10-08 17:46:45 -04:00