Skip to content

Commit

Permalink
Merge pull request #173 from swrobel/patch-2
Browse files Browse the repository at this point in the history
Server should return correct version in the header
  • Loading branch information
gnufied committed Oct 14, 2016
2 parents 425a5d7 + 8586ed3 commit 08c8575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/invoker/power/http_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class HttpResponse

def initialize
@header = {}
header['Server'] = "Invoker 1.1"
header['Server'] = "Invoker #{Invoker::VERSION}"
header['Date'] = Time.now.httpdate
@status = 200
@body = ""
Expand Down

0 comments on commit 08c8575

Please sign in to comment.