Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 2320b7f

Browse files
committed
Whitespace is tricky
1 parent 4a40139 commit 2320b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyper/http20/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def putrequest(self, method, selector, **kwargs):
285285
# HTTP/2 specific. These are: ":method", ":scheme", ":authority" and
286286
# ":path". We can set all of these now.
287287
s.add_header(":method", method)
288-
s.add_header(":scheme", "https" if self.secure else "http")
288+
s.add_header(":scheme", "https" if self.secure else "http")
289289
s.add_header(":authority", self.host)
290290
s.add_header(":path", selector)
291291

0 commit comments

Comments
 (0)