Re: HOWTO Browse Host
| Newsgroups | gmane.network.gnutella.devel |
|---|---|
| Organization | Home, Grenoble, France |
| Message-ID | <[email protected]> |
Quoting dbates1999 <[email protected]> from ml.gnutella.dev-forum: :I'm guessing LimeWire has a HTTP sever buildt in and this is a :response from the request: : :HTTP/1.1 200 OK : :Server: LimeWire/4.12.11 :Content-Type: application/x-gnutella-packets :Content-Length: 1607 : :Am I correct? Yes, that is mostly correct. Although LimeWire is actually not embedding an HTTP server inside, and does not fully support HTTP 1.1. Their implementation is actually more HTTP 1.0 with the persistent features of HTTP 1.1. Raphael