mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
try to fix dynamic scan warnings
This commit is contained in:
@@ -32,6 +32,11 @@ def worker_int(worker):
|
||||
worker.log.info("worker: received SIGINT {}".format(worker.pid))
|
||||
|
||||
|
||||
def post_request(worker, req, environ, resp):
|
||||
if "Server" in resp.headers:
|
||||
resp.headers.pop("Server")
|
||||
|
||||
|
||||
def fix_ssl_monkeypatching():
|
||||
"""
|
||||
eventlet works by monkey-patching core IO libraries (such as ssl) to be non-blocking. However, there's currently
|
||||
|
||||
Reference in New Issue
Block a user