porridgewithraisins
std/http/server: URI too long —how to avoid loading those?
Ngl I've never seen someone handle a 416 uri too long. :p.
I wouldn't worry about it in your case. Whatever low level http library is anyways loading it into memory and giving that to you. Unless you change the max length down there it won't matter.
Also, I'm sure the underlying http implementation already has a reasonable limit for uri length
6 replies