Good grief. When I originally wrote the local proxy code two years
[u/mdw/putty] / windows / winproxy.c
index c8221ed..bec0084 100644 (file)
@@ -39,7 +39,7 @@ int localproxy_gotdata(struct handle *h, void *data, int len)
     } else if (len == 0) {
        return plug_closing(ps->plug, NULL, 0, 0);
     } else {
-       return plug_receive(ps->plug, 1, data, len);
+       return plug_receive(ps->plug, 0, data, len);
     }
 }