You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi ,we have some NTLM responses coming back from our upstream bluecoat proxies
and the response is not accepted by alpaca , in this module
2024/03/22 15:34:14.930490 proxy-go:168: [] Got2 "malformed HTTP response """ response, retri ed with auth in proxy.go page full err object is null?
hi ,we have some NTLM responses coming back from our upstream bluecoat proxies
and the response is not accepted by alpaca , in this module
2024/03/22 15:34:14.930490 proxy-go:168: [] Got2 "malformed HTTP response """ response, retri ed with auth in proxy.go page full err object is null?
in transport.go
func (t *transport) RoundTrip(req *http.Request) (*http.Response, error) {
can we split this function
return http.ReadResponse(t.reader, req)
into separeate sendrequest , get response etc, so we can get the response back first before deciding its a malformed http response
The text was updated successfully, but these errors were encountered: