Skip to content

Commit

Permalink
Merge pull request #60 from oduwsdl/issue-57
Browse files Browse the repository at this point in the history
Issue 57
  • Loading branch information
ibnesayeed committed Mar 3, 2016
2 parents 36ca3e3 + 0628eb4 commit e7f6d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ func router(w http.ResponseWriter, r *http.Request) {
}
default:
logInfo.Printf("Delegated to default ServerMux: %s", r.URL.RequestURI())
w.Header().Set("X-Generator", Name+":"+Version)
http.DefaultServeMux.ServeHTTP(w, r)
return
}
Expand Down

0 comments on commit e7f6d44

Please sign in to comment.