Skip to content

Commit

Permalink
Specify revel's app server host as 0.0.0.0 (#3060)
Browse files Browse the repository at this point in the history
Without this change, as of recently, revel is acting as though requests
are restricted to localhost, which doesn't work in setups where the load
generating client (wrk) is on a different machine.

There haven't been any changes to the revel test code recently, so this
must be a change in the revel framework or one of the libraries we're
using.  I notice that revel's setup.sh grabs a few dependencies from
github and doesn't seem to specify a commit, tag, or version...
  • Loading branch information
michaelhixson authored and NateBrady23 committed Nov 10, 2017
1 parent 363a51a commit 592b326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/Go/revel/src/benchmark/conf/app.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app.name=benchmark
http.addr=
http.addr=0.0.0.0
http.port=8080

db.driver = mysql
Expand Down

0 comments on commit 592b326

Please sign in to comment.