mån 2006-06-12 klockan 21:23 +0300 skrev Tsachi: > Thanks for the information I will try to do that as well. > Can you point me to why, When working with WWW authenticate there is a > valid value to "httpState->request->pinned_connection" in > "HttpReadReplay()" > , But, when working with parent Proxy the value is nil and it seems > that "httpState->orig_request->pinned_connection" holds the right > value? > > This is relevent for "pinning connection patch" that does mark the > proxy connection as pinning in the "clientBuildReplyHeader()".
orig_request should always be used when looking for the pinned_connection field. request is the proxy request when talking to a proxy. when going direct they are equal. Regards Henrik
signature.asc
Description: Detta är en digitalt signerad meddelandedel
