Skip to content

Commit 19737e8

Browse files
author
张国晔
committed
Fix HTTP/2 on Mac
1 parent 61b0ef7 commit 19737e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+14347
-14059
lines changed

code/default/launcher/start.py

-3
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,13 @@ def unload(module):
9898

9999
try:
100100
sys.path.insert(0, noarch_lib)
101-
sys.path.insert(0, platform_lib)
102101
import OpenSSL as oss_test
103102
xlog.info("use build-in openssl lib")
104103
except Exception as e1:
105104
xlog.info("import build-in openssl fail:%r", e1)
106105

107-
sys.path.pop(0)
108106
sys.path.pop(0)
109107
del sys.path_importer_cache[noarch_lib]
110-
del sys.path_importer_cache[platform_lib]
111108
unload("OpenSSL")
112109
unload("cryptography")
113110
unload("cffi")
Binary file not shown.

code/default/python27/1.0/lib/darwin/OpenSSL/__init__.py

-45
This file was deleted.
Binary file not shown.
Binary file not shown.

code/default/python27/1.0/lib/darwin/OpenSSL/test/__init__.py

-6
This file was deleted.

0 commit comments

Comments
 (0)