Compare commits
1 Commits
d3c7a96ada
...
c94a9447f2
| Author | SHA1 | Date | |
|---|---|---|---|
|
c94a9447f2
|
@@ -65,6 +65,8 @@ func (handler IndexImpl) handleRootAnd404() http.HandlerFunc {
|
||||
|
||||
func (handler IndexImpl) handleEmpty() http.HandlerFunc {
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
// do nothing
|
||||
updateSpan(r)
|
||||
|
||||
// Return nothing
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user