mirror of https://github.com/zlatinb/muwire
forgot terminating rn
parent
5ded9c4f30
commit
0e658faee8
|
@ -21,6 +21,7 @@ class HeadUploader extends MeshUploader {
|
|||
os.write("200 OK\r\n".getBytes(StandardCharsets.US_ASCII)) // what else can be said?
|
||||
writeMesh(downloader)
|
||||
writeHeadSupport()
|
||||
os.write("\r\n".getBytes(StandardCharsets.US_ASCII))
|
||||
os.flush()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue