httpd: uri length
Rainer Weikusat
rainer.weikusat at sncag.com
Sun Sep 4 15:12:46 UTC 2005
Dirk Clemens <develop at cle-mens.de> writes:
[...]
> Good designed formulars uses the post method to send the data.
This is somewhat too simplistic: GET is intended to be used for
requests that are omnipotent (don't change any state on the server),
which, for instance, implies, that it is safe to cache the answer to a
GET request.
> BTW: Are there any alloca() (hard or wanted) limits in
> the busybox-project?
One problem with alloca you should be aware of is that it doesn't
return an error indication of you try to extend your stack beyond the
system limit for it.
More information about the busybox
mailing list