mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Formatting fixes
This commit is contained in:
+3
-3
@@ -45,9 +45,9 @@ func (i *HTTPInput) handler(w http.ResponseWriter, r *http.Request) {
|
||||
http.Error(w, http.StatusText(200), 200)
|
||||
|
||||
select {
|
||||
case i.data <- buf:
|
||||
default:
|
||||
Debug("[INPUT-HTTP] Dropping requests because output can't process them fast enough")
|
||||
case i.data <- buf:
|
||||
default:
|
||||
Debug("[INPUT-HTTP] Dropping requests because output can't process them fast enough")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user