go modifier1 is officially assigned as 11

This commit is contained in:
Roberto De Ioris
2012-11-04 10:41:51 +01:00
parent 5ddaa2e436
commit bdd0d408a0
+1 -1
View File
@@ -92,7 +92,7 @@ void uwsgi_go_on_load() {
struct uwsgi_plugin go_plugin = {
.name = "go",
.modifier1 = 17,
.modifier1 = 11,
.request = uwsgi_go_request,
.after_request = uwsgi_go_after_request,
.post_fork = uwsgi_go_post_fork,