change todo

This commit is contained in:
ProgrammerIn-wonderland
2025-05-20 21:03:28 -04:00
parent af2df13619
commit 7a6df9a63f

View File

@@ -30,7 +30,7 @@ function parseHTTPHead(head) {
}
// Trivial stream based HTTP 1.1 client
// TODO redirects, chunked encoding
// TODO optional redirect handling
export function pFetch(...args) {
return new Promise((res, rej) => {