Parse html with regex, fix small issues
This commit is contained in:
@@ -2,11 +2,6 @@ import socket
|
||||
|
||||
from httplib.httpsocket import HTTPSocket, InvalidResponse
|
||||
|
||||
BUFSIZE = 4096
|
||||
TIMEOUT = 3
|
||||
FORMAT = "UTF-8"
|
||||
MAXLINE = 4096
|
||||
|
||||
|
||||
class HTTPClient(HTTPSocket):
|
||||
host: str
|
||||
|
Reference in New Issue
Block a user