repsheet / repsheet-nginx

The nginx module for Repsheet
Apache License 2.0
82 stars 11 forks source link

X_repsheet_header is back to being "true" when DB key is set #41

Closed davidhanley closed 5 years ago

davidhanley commented 8 years ago

The new master seems to have reintroduced the behavior of a marked actor triggering X_Repsheet="true", regardless of the value of the key in the DB. So, for example:

set 127.0.0.1:repsheet:ip:marked '"bemod"'

then the headers ( determined by hitting the sinatra app )

"HTTP_X_REPSHEET"=>"true"

abedra commented 7 years ago

Looks like this happened in #38. It wouldn't be too difficult to add this back in though.