zhangjingli35 / nginx-upstream-jvm-route

Automatically exported from code.google.com/p/nginx-upstream-jvm-route
0 stars 0 forks source link

Imcompatible with nginx 1.4.1 #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cd nginx-1.4.1
2. patch -p0 < /path/to/this/directory/jvm_route.patch

There is one patch error:

[root@slave113 nginx-1.4.1]# patch -p0 < 
../nginx_upstream_jvm_route/jvm_route.patch 
patching file src/http/ngx_http_upstream.c
Hunk #1 succeeded at 4435 (offset 698 lines).
Hunk #2 succeeded at 4527 (offset 698 lines).
Hunk #3 succeeded at 4567 (offset 698 lines).
Hunk #4 succeeded at 4620 (offset 698 lines).
Hunk #5 succeeded at 4666 (offset 698 lines).
patching file src/http/ngx_http_upstream.h
Hunk #1 succeeded at 90 (offset 5 lines).
Hunk #2 succeeded at 103 (offset 5 lines).
Hunk #3 FAILED at 113.
1 out of 3 hunks FAILED -- saving rejects to file 
src/http/ngx_http_upstream.h.rej

Original issue reported on code.google.com by davey....@gmail.com on 10 Jul 2013 at 1:07

GoogleCodeExporter commented 8 years ago
我之前也遇到了这个问题,是从download标签页下载的 
0.1版本。
后来使用svn检出的版本之后,就顺利通过编译并且能正常使��
�。
0.1版本是09年打包的,程序文件在11年有修改过。

Original comment by colinzho...@gmail.com on 24 Dec 2013 at 8:32