ServicePoint,HttpConnectionHttp 1.1,httppipelining, Responons,stream.close internals?

痴心易碎 提交于 2019-12-11 08:35:46

问题


In .net framework 3.5 , http 1.1 i.e persistent connections is used and pipelining is enabled bydefault. Could you please let me know it is neccessary to close stream or connection by calling httpresponse.close or stream.close method to release a connection for another http request to the same internet resourece ? My understanding is even if httpresponse.close or stream.close is not called then too httpconnection i.e. servicepoint should be able to server another concurrent request. Please confirm.

来源:https://stackoverflow.com/questions/18477975/servicepoint-httpconnectionhttp-1-1-httppipelining-responons-stream-close-inter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!