mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
LFRequest.py : modified the http.client._MAXHEADERS from 100 -> 300 in
LFRequest.py Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
097cb77062
commit
3007815cb1
@@ -10,6 +10,9 @@ from pprint import pformat, PrettyPrinter
|
||||
import urllib
|
||||
from urllib import request
|
||||
import json
|
||||
import http.client
|
||||
http.client._MAXHEADERS = 300
|
||||
|
||||
|
||||
if sys.version_info[0] != 3:
|
||||
print("This script requires Python 3")
|
||||
|
||||
Reference in New Issue
Block a user