MCPcopy Index your code
hub / github.com/secdev/scapy / AUTH_ERROR

Method AUTH_ERROR

scapy/layers/http.py:1204–1207  ·  view source on GitHub ↗
(self, proxy)

Source from the content-addressed store, hash-verified

1202
1203 @ATMT.state()
1204 def AUTH_ERROR(self, proxy):
1205 self.sspcontext = None
1206 self._ask_authorization(proxy, self.authmethod)
1207 self.vprint("AUTH ERROR")
1208
1209 @ATMT.condition(AUTH_ERROR)
1210 def allow_reauth(self):

Callers 1

AUTHMethod · 0.95

Calls 2

_ask_authorizationMethod · 0.95
vprintMethod · 0.95

Tested by

no test coverage detected