feature: added the upstream_timeout_fields patch to the nginx core to allow per-request connect/send/read timeout settings for individual upstream requests and retries.

This commit is contained in:
Yichun Zhang (agentzh)
2016-07-01 12:17:53 -07:00
parent 8d8a2529ad
commit 7c274e056e
3 changed files with 125 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.9.15
minor_ver=1
minor_ver=2rc0
version=$main_ver.$minor_ver
echo $version