This commit is contained in:
Miroslav Stampar
2019-03-10 14:49:22 +01:00
parent 2647ac9abb
commit 729247fd95
3 changed files with 4 additions and 4 deletions

View File

@@ -765,7 +765,7 @@ class Connect(object):
requestMsg = re.sub(r"(?i)Content-length: \d+\n", "", requestMsg)
requestMsg = re.sub(r"(?s)\n\n.+", "\n", requestMsg)
responseMsg += "[#%d] (%d %s):\r\n" % (threadData.lastRequestUID, conn.code, status)
responseMsg += "[#%d] (%s %s):\r\n" % (threadData.lastRequestUID, conn.code, status)
else:
responseMsg += "[#%d] (%s %s):\r\n" % (threadData.lastRequestUID, code, status)