We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce11a7 commit 7f49620Copy full SHA for 7f49620
changelog/68328.fixed.md
@@ -0,0 +1 @@
1
+Fixed cp.cache_file when using Tornado > 6.4
salt/fileclient.py
@@ -744,7 +744,7 @@ def on_header(hdr):
744
# Check the status line of the HTTP request
745
if write_body[0] is None:
746
try:
747
- hdr = parse_response_start_line(hdr)
+ hdr = parse_response_start_line(hdr.strip())
748
except HTTPInputError:
749
# Not the first line, do nothing
750
return
0 commit comments