Timur Gordon
Results
2
issues of
Timur Gordon
### Describe the bug Sometimes, the server drops connection after certain requests, logging `[veb] error parsing request: io.Eof:`. This is a difficult bug to isolate, as it happens almost randomly....
Bug
Unit: veb
### Describe the bug Writing a large (~11MB) pdf file fails on macOS, works on linux. Digging in, in `handle_write_file`, [`send_string_pointer`](https://github.com/vlang/v/blob/5aa6eaf38b06c956bbb643b4fc4f118ccef023ce/vlib/veb/veb.v#L276) fails. It seems that `C.send()` fails in there, outputting...
Bug