better httpraw documentation

This commit is contained in:
soypat
2025-05-31 14:28:40 -03:00
parent 1ae8fab210
commit 6cd786a199
5 changed files with 27 additions and 34 deletions
-5
View File
@@ -55,11 +55,6 @@ func run() error {
}
const asResponse = true
needMore, err = hdr.TryParse(asResponse)
if needMore {
break
} else if err != nil {
break
}
}
if err != nil {
return err