forgot terminating rn

head-request
Zlatin Balevsky 2021-05-24 05:06:51 +01:00
parent 5ded9c4f30
commit 0e658faee8
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 0 deletions

View File

@ -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()
}