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