davidlill / udptunnel

Automatically exported from code.google.com/p/udptunnel
GNU General Public License v3.0
0 stars 0 forks source link

R18 does not work HTTP Proxy software such as tinyproxy #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. on the server side, run tinyproxy on port 8080
2. run udptunnel server
3. run udptunnel client, point to 127.0.0.1:8080
4. Configure Firefox to use udptunnel as http proxy. 
5. Firefox will get an empty page on all web site browsing.

What is the expected output? What do you see instead?
--expected to see web browsing working in firefox

What version of the product are you using? On what operating system?
--latest version: r18

Please provide any additional information below.

Original issue reported on code.google.com by tiebingz...@gmail.com on 27 Jun 2011 at 10:40

GoogleCodeExporter commented 8 years ago
Thanks for finding this bug. Should be fixed in r19.

When the TCP side of the connection closed, the entire client got disconnected, 
even if there was more data in the UDP queue to be sent. Now it waits until the 
client clears its queue before disconnecting on the UDP side.

Original comment by dmeek...@gmail.com on 4 Jul 2011 at 5:17