Re: PUSH proxy !!
| Newsgroups | gmane.network.gnutella.devel |
|---|---|
| Organization | Home, Grenoble, France |
| Message-ID | <[email protected]> |
Quoting rakesh <[email protected]> from ml.gnutella.dev-forum: :Thanks!! :I fixed the bug in parsing logic and now getting the response from PUSH proxy :e.g. status code 202.I have open a listener thread to listen on incoming request :from firewalled peer. :I am getting GIV response in listener.Now i want to get download the actual file, :for that , do i need to send another GET request with hash for example- The GIV is merely a "connect back" from the firewalled host to you. Now that you have a connection, you should send your HTTP request as if it were you who connected initially. Raphael