Open GoogleCodeExporter opened 9 years ago
examples中proxy的愿意是为了基于普通报文协议的应用服务器使�
��的,接受和发送数据采用
io_buffer,如你使用的参数1024就是指缓冲区长度为1024。而web服
务器的发送数据长度远超过
1024,如test_100k.html就是100k大小,所以无法正常处理。如果要�
��proxy用于web代理,必须采
用其他类型buffer,具体请参考http_server或其他web代理服务器的
实现。
Original comment by moore...@gmail.com
on 24 May 2009 at 5:54
Original issue reported on code.google.com by
mli...@gmail.com
on 21 May 2009 at 3:44