Timeline
03/23/16:
- 22:13 Changeset in nginx-tests [882:e309d9701007] by
 - Tests: avoid RST in HTTP/2 proxy_protocol tests. Do not write to a …
 - 17:45 Changeset in nginx-tests [881:56ed4be9ff41] by
 - Tests: added server_name and fixed indentation in server_tokens.t.
 - 17:37 Changeset in nginx-tests [880:697fc80b8606] by
 - Tests: added HTTP/2 tests for server_tokens directive.
 - 17:08 Changeset in nginx-tests [879:127a602f36c8] by
 - Tests: HTTP/2 tests for unbuffered request body.
 - 16:58 Changeset in nginx-tests [878:327044615c87] by
 - Tests: added http_get_server subroutine in server_tokens.t.
 - 16:34 Changeset in nginx-tests [877:8c7414010ae8] by
 - Tests: adjust server_tokens.t for backed out changes.
 - 15:58 Ticket #936 (For security purposes it is necessary to remove or change the "server" ...) updated by
 - I just leave this link here: …
 - 15:34 Changeset in nginx [6460:034329824dd3] by
 - Win32: fixed build after 384154fc634f.
 - 15:26 Ticket #936 (For security purposes it is necessary to remove or change the "server" ...) created by
 - Advertising what server you are using makes a hacker's job easier. It …
 - 14:45 Changeset in nginx [6459:78fc2dce69e7] by
 - Stream: detect port absence in proxy_pass with IP literal. This is a …
 - 14:44 Changeset in nginx [6458:384154fc634f] by
 - Resolver: added support for SRV records.
 - 14:44 Changeset in nginx [6457:a6711b85da83] by
 - Resolver: do not enable resolve timer if provided timeout is zero.
 - 14:44 Changeset in nginx [6456:c94aba230a5a] by
 - Resolver: introduced valid field in resolver responses. It hints the …
 - 14:44 Changeset in nginx [6455:ad2360782ecd] by
 - Core: introduced the NGX_DEBUG_PALLOC macro. It allows to turn off …
 - 14:44 Changeset in nginx [6454:f61472978419] by
 - Core: use ngx_palloc_small() to allocate ngx_pool_large_t. This …
 - 14:44 Changeset in nginx [6453:12248fe20689] by
 - Core: introduced the ngx_palloc_small() function. It deduplicates …
 - 14:44 Changeset in nginx [6452:6be7e59fdd2c] by
 - Core: moved logging before freeing large blocks of pool. This fixes …
 - 14:23 Changeset in nginx-tests [876:a6abbfed42c0] by
 - Tests: split HTTP/2 tests, HTTP2 package introduced.
 - 11:16 Changeset in nginx [6450:22c32937a41f] by
 - Cache: fixed slots accounting error introduced in c9d680b00744.
 - 09:39 Ticket #927 (Set $ssl_session_reused to "t" for session ticket reuse and set ...) updated by
 - Apologies for the delay in response, i was assuming i'd get an email. …
 
03/22/16:
- 15:50 Changeset in nginx-tests [875:c380b4b7e2e4] by
 - Tests: compatibility with perl < 5.12 in Stream.pm.
 - 15:08 Ticket #934 (SIGSEGV http2 close stream) closed by
 - invalid: Ok.
 - 15:01 Ticket #935 (Disable SSL3 by default) closed by
 - duplicate: Duplicate of #920.
 - 14:21 Ticket #934 (SIGSEGV http2 close stream) updated by
 - Sure, my bad, sorry for that. Wrong binary, although the patches …
 - 13:58 Changeset in nginx [6451:155871d773cc] by
 - Backed out server_tokens changes. Backed out changesets: …
 - 13:40 Ticket #935 (Disable SSL3 by default) created by
 - I ran into the issue of SSL3 and having a public server with the …
 - 13:40 Ticket #934 (SIGSEGV http2 close stream) updated by
 - The line numbers in your backtrace don't match the source code of …
 - 13:21 Changeset in nginx-tests [874:66b8e350b9c8] by
 - Tests: adjust server_tokens.t to new empty string value behaviour. …
 - 12:52 Changeset in nginx [6449:e5076b96fd01] by
 - Reconsidered server_tokens with an empty value. An empty value will …
 - 12:40 Ticket #934 (SIGSEGV http2 close stream) created by
 - This segfault occurs randomly, mostly shortly after starting nginx. …
 - 10:43 Changeset in nginx-tests [873:c03af44a7370] by
 - Tests: avoid fcntl(O_DIRECT) alerts in http_disable_symlinks.t. …
 
03/21/16:
- 18:15 Ticket #814 (Support for parallel ECDSA / RSA certificates) updated by
 - Simultaneous usage of RSA and ECDSA certificates would be perfect. …
 - 14:04 Changeset in nginx [6448:4d1d3c2530e0] by
 - HTTP/2: improved debugging of sending control frames.
 - 13:25 Ticket #933 (include with wildcard but non-existent parent is not detected by nginx -t) closed by
 - wontfix: Wildcard includes intentionally don't fail if no files were found, …
 - 09:36 Changeset in nginx [6447:d17f0584006f] by
 - Events: fixed test building with devpoll and eventport on Linux. …
 
03/19/16:
- 13:58 Ticket #933 (include with wildcard but non-existent parent is not detected by nginx -t) created by
 - Include wildcard with non-existent parent directory: * nginx.conf …
 
03/18/16:
- 23:38 Changeset in nginx [6446:0ff7eff48c7e] by
 - Fix build with -Wmissing-prototypes. Broken in 5eb4d7541107 (1.9.6), …
 - 16:53 Changeset in nginx [6461:a01e315b3a78] by
 - Stream: additional logging for UDP.
 - 12:08 Changeset in nginx [6445:c9d680b00744] by
 - Cache: added watermark to reduce IO load when keys_zone is full. When …
 - 11:27 Changeset in nginx [6444:043914d19be8] by
 - Cache: report error if slab allocator fails during cache loading.
 - 09:42 Changeset in nginx-tests [872:a07734ecb988] by
 - Tests: fixed mail_imap_ssl.t, notably on Solaris. The requests could …
 - 03:44 Changeset in nginx [6443:fc72784b1f52] by
 - Threads: writing via threads pools in event pipe. The "aio_write" …
 - 03:44 Changeset in nginx [6442:6e10518f95d8] by
 - Threads: offloading of temp files writing to thread pools. The …
 - 03:43 Changeset in nginx [6441:9fd738b85fad] by
 - Threads: task pointer stored in ngx_file_t. This simplifies the …
 - 02:04 Changeset in nginx [6440:248aa2757332] by
 - Fixed timeouts with threaded sendfile() and subrequests. If a write …
 
03/17/16:
- 19:04 Ticket #932 (Latest mainline won't compile against openssl-1.1.0-pre4) closed by
 - duplicate: Duplicate of #860.
 - 18:19 Ticket #932 (Latest mainline won't compile against openssl-1.1.0-pre4) created by
 - OpenSSL has released their first 1.1.0 beta (feature complete/feature …
 - 15:42 Changeset in nginx [9319:710b2e86484b] by
 - Upstream: construct upstream peers from DNS SRV records.
 - 13:11 Ticket #714 (Writing connection leak while SPDY enabled) closed by
 - duplicate: You can install nginx 1.9.12 from sources or using our packages, see …
 - 08:50 Ticket #714 (Writing connection leak while SPDY enabled) updated by
 - Yes it does seem like a duplicate of #626. I'm seeing these errors in …
 
03/16/16:
- 15:19 Changeset in nginx-tests [871:f693b0aea20f] by
 - Tests: added HTTP/2 test for request body sent in separate frames.
 - 14:23 Ticket #714 (Writing connection leak while SPDY enabled) updated by
 - This looks like a duplicate of ticket #626, fixed in 1.9.12. Please …
 - 11:44 Changeset in nginx [6439:81329f6a4254] by
 - Style.
 - 09:13 Ticket #714 (Writing connection leak while SPDY enabled) updated by
 - Same problem here. Reloading configuration does not help, I have to …
 
03/15/16:
- 20:14 Ticket #931 (400 response to cyrillic domain) updated by
 - Many thanks for the explanation! Now it works. However, it seems that …
 - 17:29 Changeset in nginx-tests [870:56994b4ce142] by
 - Tests: simplified configuration in server_tokens.t.
 - 15:26 Changeset in nginx [6438:646985c55393] by
 - Truncation detection in sendfilev() on Solaris. While sendfilev() is …
 - 15:26 Changeset in nginx [6437:4df3d9fcdee8] by
 - Truncation detection in sendfile() on Linux. This addresses …
 - 14:18 Ticket #931 (400 response to cyrillic domain) updated by
 - Replying to ynikitenko@…: > Thank you. But I use another …
 - 14:02 Changeset in nginx-tests [869:f528369414aa] by
 - Tests: added tests for server_tokens directive.
 - 13:20 Changeset in nginx-tests [868:d2cb9ed7412e] by
 - Tests: stream udp tests.
 - 11:32 Ticket #931 (400 response to cyrillic domain) updated by
 - Thank you. But I use another cyrillic name as UTF-8 on the same system …
 
03/14/16:
- 16:16 Changeset in nginx-tests [867:89898b20f258] by
 - Tests: h2.t cleanup, no functional changes.
 
03/13/16:
- 23:02 Ticket #931 (400 response to cyrillic domain) closed by
 - 
          invalid: The 
server_namein the configuration snippet you've provided is … - 22:46 Ticket #930 (Nginx падает через несколько минут с ошибкой при включении proxy_cache ...) updated by
 - 
          Priority, Component, Description changed
Начните с простого: - попробуйте выключить антивирусы и т.п. на … - 13:42 Ticket #931 (400 response to cyrillic domain) created by
 - I've created a cyrillic domain name and want to use nginx to serve …
 - 09:57 Ticket #930 (Nginx падает через несколько минут с ошибкой при включении proxy_cache ...) created by
 - Запущен как сервис через nssm, работает на Win 2012 R2 Standart Server …
 
03/12/16:
- 05:25 Ticket #907 (OPTIONS request timeout in Firefox (but only in a somewhat complicated ...) updated by
 - Anyway i'm experiencing an issue with ngx_pagespeed when i leave this …
 
03/11/16:
- 13:17 Ticket #929 (Cannot get cookies that contain dash in their name) closed by
 - duplicate: Duplicate of #707.
 - 11:38 Ticket #929 (Cannot get cookies that contain dash in their name) created by
 - When trying to get a cookie value with reqular …
 - 09:54 Ticket #928 (Can't use If-Modified-Since with http://nginx.org/en/CHANGES) updated by
 - And there is a full history available in the mercurial repo (with rss …
 - 09:47 Ticket #928 (Can't use If-Modified-Since with http://nginx.org/en/CHANGES) updated by
 - JFYI, there is an RSS feed for news: http://nginx.org/index.rss
 
03/10/16:
- 21:06 Ticket #923 (Allow proxy_http_version 2.0) updated by
 - Replying to mdounin: > There are no plans to implement …
 - 20:37 Ticket #928 (Can't use If-Modified-Since with http://nginx.org/en/CHANGES) created by
 - I'm not sure it it's a bug. And it's a minor thing so you may not care …
 - 20:20 Ticket #918 (zero size buf in output with proxy cache) closed by
 - fixed: Fix committed.
 - 19:00 Ticket #918 (zero size buf in output with proxy cache) updated by
 - In [changeset:"ad3f342f14ba046c3dc21606a6d021880a8bd0c6/nginx" …
 - 17:52 Ticket #907 (OPTIONS request timeout in Firefox (but only in a somewhat complicated ...) updated by
 - body2.patch seems to be working for me too. No more referrer: …
 - 17:47 Ticket #927 (Set $ssl_session_reused to "t" for session ticket reuse and set ...) updated by
 - When using session tickets, there is such thing as "session ticket id" …
 - 17:08 Ticket #907 (OPTIONS request timeout in Firefox (but only in a somewhat complicated ...) updated by
 - Ok i confirm that this patch applied to nginx 1.9.12 solves the issue …
 - 16:58 Changeset in nginx-tests [866:5048b8f0fedd] by
 - Tests: removed try_run() checks for legacy versions.
 - 15:51 Changeset in nginx-tests [865:f8f8304c8832] by
 - Tests: added support for perl dynamic module.
 - 15:43 Ticket #923 (Allow proxy_http_version 2.0) closed by
 - wontfix: There are no plans to implement HTTP/2 support in the proxy module in …
 - 15:34 Ticket #927 (Set $ssl_session_reused to "t" for session ticket reuse and set ...) created by
 - Hi I've got an NGINX setup which offers TLS session tickets which …
 - 15:32 Ticket #907 (OPTIONS request timeout in Firefox (but only in a somewhat complicated ...) updated by
 - I'm probably getting the same issue, but I'm using SPDY (as facebook …
 - 15:26 Ticket #918 (zero size buf in output with proxy cache) updated by
 - yes i'm using SPDY (and i get the same also if i upgrade to 1.9.9 for …
 - 15:08 Ticket #918 (zero size buf in output with proxy cache) updated by
 - Replying to creativeprogramming@…: > Anyway this is the …
 - 14:57 Changeset in nginx-tests [864:460a9cadbd2f] by
 - Tests: do not check for njs presence, just try js.t configuration.
 - 14:49 Ticket #926 (Broken RPM package with 1.9.12) closed by
 - invalid: No new flags are required. However, some 3rd party modules used to dig …
 - 14:30 Ticket #925 (access_log_limit / error_log_limit) closed by
 - wontfix: Please configure log file rotation as appropriate for your OS. After …
 - 12:14 Ticket #918 (zero size buf in output with proxy cache) updated by
 - Yes I'm probably experiencing a different issue (I'm sure i recompiled …
 - 10:55 Ticket #926 (Broken RPM package with 1.9.12) created by
 - Hello. It seems something is broken with 1.9.12 (11+?) source. With …
 - 08:44 Ticket #925 (access_log_limit / error_log_limit) created by
 - Please add size limit for files: - access_log - error_log Tt grows to …
 - 08:40 Ticket #924 (ngx_http_v2_module is not included in windows compilation) created by
 - ngx_http_v2_module is not included in windows compilation
 
03/09/16:
- 22:54 Ticket #923 (Allow proxy_http_version 2.0) created by
 - We are working on migrating the service to service calls to gRPC. We …
 - 20:13 Ticket #918 (zero size buf in output with proxy cache) updated by
 - Thanks for testing, appreciated. Backporting to 1.8.x is unlikely …
 - 18:16 Ticket #918 (zero size buf in output with proxy cache) updated by
 - Seems to fix the bug for me. No zero buf errors for two days on the …
 - 16:45 Ticket #918 (zero size buf in output with proxy cache) updated by
 - As long as you are seeing the same problem, there is no difference if …
 - 16:40 Ticket #918 (zero size buf in output with proxy cache) updated by
 - No luck, that doesn't fix it when using fastcgi_cache
 - 16:35 Ticket #918 (zero size buf in output with proxy cache) updated by
 - i'm experiencing the same with fastcgi_cache I'm trying to apply the …
 - 01:34 Ticket #921 ($_SERVER['REQUEST_METHOD'] on 1.9.12) updated by
 - 
          Description changed
There is no$_SERVER['REQUEST_METHOD']in nginx, though … 
03/08/16:
- 23:41 Ticket #908 (Nginx 1.9.12 fails to compile against LibreSSL 2.2.6) updated by
 - As previously suggested, consider compiling LibreSSL yourself instead …
 - 23:38 Ticket #922 (proxy_cache use wrong file name, if set on backend "gzip on".) closed by
 - invalid: Documentation says: If …
 - 20:46 Ticket #922 (proxy_cache use wrong file name, if set on backend "gzip on".) updated by
 - This not bug. This not full information in documentation. I am rewrite …
 - 18:59 Ticket #488 (proxy_next_upstream_action to distinguish different network actions) updated by
 - Hi Everyone, We developed a plugin which helps to handle this case. …
 - 17:40 Ticket #908 (Nginx 1.9.12 fails to compile against LibreSSL 2.2.6) updated by
 - Sad news. Anything we can do about it? We on Arch Linux used to …
 - 17:00 Ticket #922 (proxy_cache use wrong file name, if set on backend "gzip on".) created by
 - proxy_cache use wrong file name (first request from …
 
03/07/16:
- 17:20 Ticket #921 ($_SERVER['REQUEST_METHOD'] on 1.9.12) created by
 - 
          the 
$_SERVER['REQUEST_METHOD']variable for POST request is … - 17:09 Ticket #899 (Response headers in body) updated by
 - We don't support cross-compilation. An attempt to cross-compile nginx …
 - 12:34 Ticket #899 (Response headers in body) updated by
 - I strongly disagree with your decision. There are two problems here: …
 - 11:33 Ticket #918 (zero size buf in output with proxy cache) updated by
 - Maxim, thank you! I've just applied the last patch on one of our …
 - 01:14 Ticket #912 (Worker process crashes) closed by
 - invalid: Ok, thanks for testing. So it clearly looks like an GCC bug. Most …
 - 00:08 Ticket #663 (Variable interpolation inside Map directive) updated by
 - Had another request for this feature today.
 
03/06/16:
- 15:13 Ticket #912 (Worker process crashes) updated by
 - The original package works if it is compiled with gcc-5.3.0. Using …
 - 02:20 Ticket #918 (zero size buf in output with proxy cache) updated by
 - Slightly improved patch: […]
 
03/04/16:
- 17:27 Ticket #920 (SSLv3 is still enabled by default in Stable) closed by
 - wontfix
 - 17:27 Ticket #920 (SSLv3 is still enabled by default in Stable) updated by
 - There are no plans to change this in the stable branch, as it's …
 - 16:27 Ticket #920 (SSLv3 is still enabled by default in Stable) created by
 - According to the documentation at …
 - 15:38 Ticket #918 (zero size buf in output with proxy cache) updated by
 - 
          Status changed
 - 15:37 Ticket #918 (zero size buf in output with proxy cache) updated by
 - Please try the following patch: […]
 - 10:13 Changeset in nginx-tests [863:44a9a45aa041] by
 - Tests: adjusted http_resolver_cname.t test timeouts.
 - 01:29 Ticket #488 (proxy_next_upstream_action to distinguish different network actions) updated by
 - We are also interested in this (and we have a current support …
 
03/03/16:
- 23:27 Ticket #488 (proxy_next_upstream_action to distinguish different network actions) updated by
 - PUT and DELETE are OK to automatically retry, since they are by …
 - 16:44 Ticket #912 (Worker process crashes) updated by
 - 
          So it looks like something switched on with 
-O2generates broken … - 15:39 Ticket #488 (proxy_next_upstream_action to distinguish different network actions) updated by
 - We are, too, interested in this. I'm somewhat surprised more people …
 - 15:32 Ticket #796 (nginx.pid is removed during reload if pid path is changed in ...) updated by
 - I have posted code which fixes this issue to nginx-devel: …
 - 13:37 Ticket #884 (NGINX 1.8.1 fails to restart depending on configuration set PIDFILE) closed by
 - duplicate: As the original reporter's problem seems to be about changed pid in …
 - 13:23 Ticket #910 (CreateFile() "E:/tmp/0000000001" failed (80: The file exists)) updated by
 - 
          Status changed
Please try the following patch: […] - 13:19 Ticket #906 (Header duplicated in case of NGINX and NodeJS) closed by
 - duplicate
 - 13:19 Ticket #919 (duplicate Vary: Accept-Encoding header) closed by
 - duplicate
 - 13:19 Ticket #906 (Header duplicated in case of NGINX and NodeJS) updated by
 - Duplicate of #875.
 - 13:18 Ticket #919 (duplicate Vary: Accept-Encoding header) updated by
 - Duplicate of #875.
 - 13:18 Ticket #826 (Add config option for NGX_HTTP_CACHE_VARY_LEN) closed by
 - wontfix: Feedback timeout.
 - 07:44 Ticket #884 (NGINX 1.8.1 fails to restart depending on configuration set PIDFILE) updated by
 - AFAIU, this issue would be taken care of by this code, if merged: …
 
03/02/16:
- 23:27 Ticket #919 (duplicate Vary: Accept-Encoding header) created by
 - The reverse proxy add another Accept-Encoding to the vary header, even …
 - 18:34 Ticket #918 (zero size buf in output with proxy cache) updated by
 - https://kinetiksoft.com/thecloud/index.php/s/5ldvsZFiC2NjpXJ
 - 18:27 Ticket #918 (zero size buf in output with proxy cache) updated by
 - Can't attach debug log. So it's here:
 - 18:25 Ticket #918 (zero size buf in output with proxy cache) created by
 - As I can see it happens on all versions of nginx from 1.8.0. I use …
 - 14:34 Ticket #899 (Response headers in body) closed by
 - invalid: So this looks like a problem with 3rd party cross-compilation patches …
 - 14:08 Ticket #917 (try_files ignores add_header at same level) closed by
 - 
          invalid: A quote from the 
add_headerdirective [http://nginx.org/r/add_header … - 14:00 Ticket #917 (try_files ignores add_header at same level) created by
 - Using the following configuration: […] Files that cannot be found …
 - 13:38 Ticket #899 (Response headers in body) updated by
 - Also, this test is run on the host, not the target, so cross-compiling …
 - 13:29 Ticket #899 (Response headers in body) updated by
 - checking for system byte ordering ... big endian No, that's not …
 - 12:58 Ticket #916 (Incorrect map value passed.) updated by
 - Configuration you've provided works fine as expected: […] Most …
 - 12:34 Ticket #899 (Response headers in body) updated by
 - Oh, I'm still on 1.9.11. I'll test with 1.9.12 shortly but I don't see …
 - 12:06 Ticket #899 (Response headers in body) updated by
 - I may be seeing a variant of this problem. I originally found this …
 - 04:54 Ticket #916 (Incorrect map value passed.) created by
 - Hi, I'm running a Wordpress Multisite instance, and have used the …
 
03/01/16:
- 21:32 Ticket #915 ("Upgrade" header should not be proxied over h2) updated by
 - To be clear, this might be specific to proxying when the backend …
 - 21:14 Ticket #914 (No target 'install_sw' with LibreSSL since nginx 1.9.12) updated by
 - I understand, and sorry for the double-post.
 - 20:48 Ticket #912 (Worker process crashes) updated by
 - 
          
-O1instead of-O2works.-O2without-fstack-protector-strong… - 18:21 Ticket #915 ("Upgrade" header should not be proxied over h2) updated by
 - The Upgrade header is expected to be present in response headers if a …
 - 16:18 Ticket #915 ("Upgrade" header should not be proxied over h2) created by
 - When proxying an HTTP/2-enabled webserver with nginx, nginx fetches …
 - 09:56 Changeset in nginx-tests [862:3021b44d0594] by
 - Tests: added mp4.t TODO for nginx built on i386 hosts by gcc 5. This …
 - 09:55 Changeset in nginx-tests [861:6868e610eacc] by
 - Tests: detect Sanitizer errors.
 
02/29/16:
- 14:30 Ticket #913 (Delay in generation of Session/Token id for co browse (Genesys ...) closed by
 - invalid: Hello, This is a bug tracker system for nginx opensource. It looks …
 - 12:52 Ticket #914 (No target 'install_sw' with LibreSSL since nginx 1.9.12) closed by
 - duplicate: Duplicate of #908.
 - 12:49 Ticket #912 (Worker process crashes) updated by
 - Thanks for the feedback. It would be interesting to see what exactly …
 
02/28/16:
- 22:24 Ticket #914 (No target 'install_sw' with LibreSSL since nginx 1.9.12) created by
 - Due to …
 - 18:25 Ticket #912 (Worker process crashes) updated by
 - 
          The original configure line from the package with 
-fPIE -pieadded … - 16:50 Ticket #912 (Worker process crashes) updated by
 - Thank you for your help! The problem disappeared when I did your …
 - 10:24 Ticket #913 (Delay in generation of Session/Token id for co browse (Genesys ...) created by
 - When we initiate a request for co browse session, we are able to get …
 - 01:27 Ticket #912 (Worker process crashes) updated by
 - There were previous reports about compilation issues on Raspberry Pi, …
 
02/27/16:
- 21:22 Ticket #911 (ocsp.comodoca.com could not be resolved) updated by
 - Can you prove it ?
 - 21:11 Ticket #911 (ocsp.comodoca.com could not be resolved) closed by
 - invalid: This doesn't looks like an error in nginx. If you are looking for …
 - 17:30 Ticket #911 (ocsp.comodoca.com could not be resolved) updated by
 - I'm doing again trying setting these AAAA records
 - 16:47 Ticket #912 (Worker process crashes) created by
 - I'm using nginx on a Raspberry Pi, and proxy a websocket connection to …
 - 16:29 Ticket #911 (ocsp.comodoca.com could not be resolved) updated by
 - after checking i realize that neither my hostname, neither both dns …
 - 14:59 Ticket #911 (ocsp.comodoca.com could not be resolved) updated by
 - Found this : https://trac.nginx.org/nginx/ticket/553 Most likely …
 - 14:18 Ticket #911 (ocsp.comodoca.com could not be resolved) updated by
 - We have same issue with another ssl provider : 2016/02/27 15:17:15 …
 - 13:33 Ticket #911 (ocsp.comodoca.com could not be resolved) updated by
 - Here is result : root@web1 [~]# dig @213.186.33.99 ocsp.comodoca.com …
 - 07:13 Ticket #911 (ocsp.comodoca.com could not be resolved) updated by
 - Nginx internal resolver does not read /etc/hosts file. Please try to …
 - 07:04 Ticket #911 (ocsp.comodoca.com could not be resolved) updated by
 - I can give a sample of actual domain ssl with comodo cert, but need …
 - 06:28 Ticket #911 (ocsp.comodoca.com could not be resolved) created by
 - hi, My techs can't solve this repeated message all day long in error …
 - 01:30 Changeset in nginx [6463:5df5d7d771f6] by
 - Core: allow strings without null-termination in ngx_parse_url(). This …
 
02/26/16:
- 20:52 Ticket #884 (NGINX 1.8.1 fails to restart depending on configuration set PIDFILE) updated by
 - I'm not sure if this is the same issue, but I noticed that: on a …
 - 16:43 Ticket #892 ('proxy_request_buffering' does not work with 'http2') updated by
 - The patches for this feature are provided for testing in the …
 - 16:36 Ticket #907 (OPTIONS request timeout in Firefox (but only in a somewhat complicated ...) updated by
 - This patch is on review now. Not sure if the review will be finished …
 - 16:28 Ticket #907 (OPTIONS request timeout in Firefox (but only in a somewhat complicated ...) updated by
 - Thanks for the patch, it works perfectly. It's running on some parts …
 - 14:59 Changeset in nginx-tests [860:cba4b1bccfd1] by
 - Tests: HTTP/2 test with empty request body delayed in limit_req.
 - 14:29 Ticket #910 (CreateFile() "E:/tmp/0000000001" failed (80: The file exists)) created by
 - I am using nginx as a file upload handler. The first time I run the …
 - 14:29 Changeset in nginx-tests [859:63babcdd08db] by
 - Tests: HTTP/2 test with empty request body to ssl backend.
 - 14:15 Ticket #907 (OPTIONS request timeout in Firefox (but only in a somewhat complicated ...) updated by
 - Thank you for the patch. It fixed the OPTIONS requests. It also mostly …
 - 11:34 Ticket #907 (OPTIONS request timeout in Firefox (but only in a somewhat complicated ...) updated by
 - Is there an ETA when the HTTP/2 request body rewrite will be …
 
02/24/16:
- 23:52 Ticket #909 (nginx 1.9.12 fails to build with libressl 2.3.2) closed by
 - duplicate: Duplicate of #908.
 - 21:02 Ticket #909 (nginx 1.9.12 fails to build with libressl 2.3.2) created by
 - Hi. Is it just me or is nginx 1.9.12 failing to build with libressl …
 - 17:03 Ticket #908 (Nginx 1.9.12 fails to compile against LibreSSL 2.2.6) updated by
 - Hi Maxim thanks for replying. Sad news to hear but I understand
 - 17:00 Ticket #908 (Nginx 1.9.12 fails to compile against LibreSSL 2.2.6) closed by
 - 
          wontfix: Yes, now nginx uses 
install_swtarget to install OpenSSL when … - 16:49 Ticket #908 (Nginx 1.9.12 fails to compile against LibreSSL 2.2.6) created by
 - Nginx 1.9.12 openssl changes seems to have broken Nginx compiled with …
 - 16:09 Ticket #907 (OPTIONS request timeout in Firefox (but only in a somewhat complicated ...) updated by
 - 
          Priority, Keywords, Status changed
Most relevant part of the debug log seems to be: […] This looks … - 15:24 Milestone 1.9.12 completed
 - Status: released Trunk: mainline * Bug fixes * HTTP/2 …
 - 14:07 Changeset in nginx-tests [858:75494fb00452] by
 - Tests: h2.t TODOs adjusted.
 - 13:10 Ticket #626 (Open Socket Alerts on Reload) closed by
 - fixed: In [changeset:"4ba91a4c66a3010e50b84fc73f05e84619396885/nginx" …
 
02/23/16:
- 15:12 Ticket #907 (OPTIONS request timeout in Firefox (but only in a somewhat complicated ...) created by
 - We noticed that CORS preflight OPTIONS requests don't work in the …
 - 14:51 Ticket #906 (Header duplicated in case of NGINX and NodeJS) created by
 - We're using NGINX on 2 servers : First one (Front server): NGINX + …
 
02/22/16:
- 17:06 Ticket #905 (TIME_WAIT on return 444) updated by
 - I mean so_linger with timeout 0 like reset_timedout_connection as it's …
 - 12:15 Ticket #905 (TIME_WAIT on return 444) created by
 - Hello We noticed that when using return 444; the socket is left in …
 
  Note:
 See   TracTimeline
 for information about the timeline view.
    