Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions emrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,6 @@ def shutdown(self):

# Processes HTTP request back to the browser.
class HTTPHandler(SimpleHTTPRequestHandler):
protocol_version = 'HTTP/1.1' # noqa: DC01

def send_head(self):
global page_last_served_time
path = self.translate_path(self.path)
Expand Down