1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-12 00:33:53 -05:00

Cleanups to proxy code: greater robustness in receiving proxy data,

better error reporting for SOCKS 5 and HTTP proxies.

[originally from svn r1973]
This commit is contained in:
Simon Tatham
2002-09-21 16:52:21 +00:00
parent d33c200de1
commit e7e92ac22a
3 changed files with 161 additions and 68 deletions

1
misc.h
View File

@ -27,6 +27,7 @@ int bufchain_size(bufchain *ch);
void bufchain_add(bufchain *ch, void *data, int len);
void bufchain_prefix(bufchain *ch, void **data, int *len);
void bufchain_consume(bufchain *ch, int len);
void bufchain_fetch(bufchain *ch, void *data, int len);
/*
* Debugging functions.