Re: [PATCH] Add backlog option to http-open

2013-04-06 Thread Daniel Hartwig
On 6 April 2013 12:14, Nala Ginrut wrote: > Resend patch, added the example for #:backlog. > Since there's no docs for all run-server open-params, but examples. > So I just added the example. I think it's enough to explain the usage. You missed to add it to the preceding ‘@deffn’. I don't think

Re: [PATCH] Add backlog option to http-open

2013-04-05 Thread Nala Ginrut
On Fri, 2013-04-05 at 08:22 +0800, Daniel Hartwig wrote: > On 4 April 2013 12:39, Nala Ginrut wrote: > > I don't think it's necessary to add the docs since it's explicit. > > It may help for some guys like me. ;-) > > Every part of the API must be documented. How else do guys like you > know thi

Re: [PATCH] Add backlog option to http-open

2013-04-04 Thread Nala Ginrut
在 2013-4-5 AM8:29,"Daniel Hartwig" 写道: > > On 4 April 2013 12:39, Nala Ginrut wrote: > > Here's a patch to add backlog option to http-open, users may use it > > like: > > > > ---cut > > (run-server (lambda (r b) ...) > > 'http > >

Re: [PATCH] Add backlog option to http-open

2013-04-04 Thread Daniel Hartwig
On 4 April 2013 12:39, Nala Ginrut wrote: > Here's a patch to add backlog option to http-open, users may use it > like: > > ---cut > (run-server (lambda (r b) ...) > 'http > '(#:port 1234 #:backlog 1024)) > ---

Re: [PATCH] Add backlog option to http-open

2013-04-04 Thread Daniel Hartwig
On 4 April 2013 12:39, Nala Ginrut wrote: > I don't think it's necessary to add the docs since it's explicit. > It may help for some guys like me. ;-) Every part of the API must be documented. How else do guys like you know this is there?