[GitHub Actions] Updated ubuntu-latest binaries

This commit is contained in:
Alex Hultman
2021-08-11 10:12:49 +00:00
parent 0824afe14a
commit be0bd9b4fb
2 changed files with 2 additions and 2 deletions

2
index.d.ts vendored
View File

@@ -146,7 +146,7 @@ export interface HttpResponse {
/** Enters or continues chunked encoding mode. Writes part of the response. End with zero length write. */
write(chunk: RecognizedString) : HttpResponse;
/** Ends this response by copying the contents of body. */
end(body?: RecognizedString) : HttpResponse;
end(body?: RecognizedString, closeConnection?: boolean) : HttpResponse;
/** Ends this response, or tries to, by streaming appropriately sized chunks of body. Use in conjunction with onWritable. Returns tuple [ok, hasResponded].*/
tryEnd(fullBodyOrChunk: RecognizedString, totalSize: number) : [boolean, boolean];

View File

@@ -1 +1 @@
d2d70bd35fa599db460d2b90628ca65e5875ec8b
8f5383157d8ba3fb1e7a5caacca965155fef8338