Show all posts by user
Introduce yourselves
Page 1 of 1 Pages: 1
Results 1 - 7 of 7
Unfortunately I still cannot find out how to send data to upstream and force nginx to not wait for reply. Is really upstream suitable for my purpose?
Regards,
Daniel
______________________________________________________________
> Od: danfiala@centrum.cz
> Komu: <nginx-devel@nginx.org>
> Datum: 16.06.2013 18:33
> Předmět: Re: Proxy module without waiting for a reply
>
>
by
Hagrid
-
Nginx Development
Hello.
But when I send data through upstream then Nginx waits until it can read some data from the upstream server, finally it times out. But I would need to finish the upstream request just after data are written without any waiting for the reply from upstream server. Is there any way how to force it to work this way?
Thanks,
Daniel
______________________________________________________________
by
Hagrid
-
Nginx Development
Hi all,
I need to implement nginx module that does the following:
* It receives http get requests.
* For every request it sends information about the request over TCP packet
to another server.
* When data are send it generates some trivial HTTP reply. The another
server does not sent any reply to the module.
I studied source code of other modules and some tutorials and it seems that
I should impl
by
Hagrid
-
Nginx Development
Hi all.
I am developing some 3rd party module for Nginx. I would like to enable
configuration/compilation of my module only if http_ssl_module is enabled.
Moreover, if http_ssl_module is not set, then configure should write an
error message and failed. Is there any way how to do this?
Thanks a lot,
Daniel
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.o
by
Hagrid
-
Nginx Development
Hello.
On 25 July 2012 23:29, Valentin V. Bartenev <ne@vbart.ru> wrote:
> > * Is the number of buffers of zero size small? As I understand, memory of
> > the chain-link is not recycled until the http request is not fully
> > processed.
>
> But it is actively reused. If you look at the ngx_alloc_chain_link()
> function you will find that it tries to get a link fro
by
Hagrid
-
Nginx Development
Hi all.
I try to implement a bit more complicated filter module for Nginx.
Because of this I study source codes of existing http modules. I have to
allocate my own buffers for filtered data, I cannot change supplied buffers
in place.
I have been surprised, that it is necessary to handle buffers of zero size
in special way.
For example, in ngx_http_charset_filter_module.c is the following code:
by
Hagrid
-
Nginx Development
Hello.
I am new to this forum. I would like to ask some questions about nginx module development. Where can I put such questions? I thought about "Development forum", but it is locked for new members. I am professional C++ developer for 6 years and now I have been asked by one company to develop some Nginx module for them.
by
Hagrid
-
New Member Introductions