Skip to content

Commit 09dbd69

Browse files
authored
Update rthk.py
1 parent efbc106 commit 09dbd69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/rthk.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import logging
3030

3131
setattr(CachedResponse, "lazy", False) # https://github.com/jawah/niquests/issues/241
32-
niquests.packages.urllib3.util.ssl_.IS_FIPS = False # "Preemptively disabled QUIC (HTTP/3 included) with interpreter built with FIPS-compliant SSL module. Our QUIC implementation isn't FIPS-compliant for the moment. To force using non-FIPS QUIC implementation, please patch ``urllib3.util.ssl_.IS_FIPS`` and set it to ``False``." from https://github.com/jawah/urllib3.future/blob/4e1f7a3ef05af11399535e6f2a416ee37bde9d95/CHANGES.rst#L183
3332

3433
# 設置日誌
3534
logging.basicConfig(level=logging.INFO)

0 commit comments

Comments
 (0)