Fix typo in netrender (related to T45097).

Reported by @yoshi, thanks!
This commit is contained in:
Bastien Montagne 2016-01-12 13:59:03 +01:00
parent 2fb7194dba
commit 54b9b57ab8
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ class RenderHandler(http.server.BaseHTTPRequestHandler):
message = frame.serialize()
else:
# no such frame
self.send_heat(http.client.NO_CONTENT)
self.send_head(http.client.NO_CONTENT)
return
else:
message = job.serialize()