Re: [PATCH] HTTP/2: expose function to push single resource to modules

2018-02-13 Thread Maxim Dounin
Hello! On Tue, Feb 13, 2018 at 12:21:36PM +, Alessandro Ghedini wrote: > On Fri, Feb 09, 2018 at 10:35:59AM +0300, Ruslan Ermilov wrote: > > On Thu, Feb 08, 2018 at 07:48:25PM +, Alessandro Ghedini wrote: > > > On Thu, Feb 08, 2018 at 10:00:27PM +0300, Maxim Dounin wrote: > > > > On Thu,

Re: [PATCH 2 of 2] Updated __ORDER_LITTLE_ENDIAN__ to match NGX standards and changed to uint32_t data type

2018-02-13 Thread Maxim Dounin
Hello! On Mon, Feb 12, 2018 at 03:18:34PM -0500, Matthew Marangoni wrote: > Are there any existing macro's that determine if the platform has alignment > resolution issues? There is, usual check is "#if (NGX_HAVE_LITTLE_ENDIAN && NGX_HAVE_NONALIGNED)", take a look at src/core/ngx_md5.c or for

Re: [PATCH] HTTP/2: expose function to push single resource to modules

2018-02-13 Thread Alessandro Ghedini
On Fri, Feb 09, 2018 at 10:35:59AM +0300, Ruslan Ermilov wrote: > On Thu, Feb 08, 2018 at 07:48:25PM +, Alessandro Ghedini wrote: > > On Thu, Feb 08, 2018 at 10:00:27PM +0300, Maxim Dounin wrote: > > > On Thu, Feb 08, 2018 at 04:52:59PM +, Alessandro Ghedini wrote: > > > > > > > # HG

Re: [patch]: document SHA-2 support in glibc crypt()

2018-02-13 Thread Leonid Evdokimov
On Tue, Oct 10, 2017 at 8:29 PM, Maxim Dounin wrote: > The paragraph in question is expected to say that nginx uses the > crypt() function as provided by system libraries. If it is not > clear, we can consider improving the wording, Yep, I think that it would be perfect to

Re: [PATCH] HTTP/2: added support for setting custom push request headers

2018-02-13 Thread Alessandro Ghedini
On Mon, Feb 12, 2018 at 03:30:21PM +, Alessandro Ghedini wrote: > On Mon, Feb 12, 2018 at 05:11:55PM +0300, Ruslan Ermilov wrote: > > On Mon, Feb 12, 2018 at 12:35:13PM +, Alessandro Ghedini wrote: > > > # HG changeset patch > > > # User Alessandro Ghedini > > > #