Allow daca to display latest results of packages with a plus in their name. (#1496)
This commit is contained in:
parent
af60b6f125
commit
8e6013c8af
|
@ -304,7 +304,7 @@ class HttpClientThread(Thread):
|
|||
try:
|
||||
cmd = self.cmd
|
||||
print('[' + strDateTime() + '] ' + cmd)
|
||||
res = re.match(r'GET /([a-zA-Z0-9_\-\.]*) HTTP', cmd)
|
||||
res = re.match(r'GET /([a-zA-Z0-9_\-\.\+]*) HTTP', cmd)
|
||||
if res is None:
|
||||
self.connection.close()
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue