add tests for proxy.Process

This commit is contained in:
Benson Wong
2024-11-17 20:49:14 -08:00
parent 36a31f450f
commit e5c909ddf7
5 changed files with 115 additions and 8 deletions

View File

@@ -38,7 +38,6 @@ func (pm *ProxyManager) HandleFunc(w http.ResponseWriter, r *http.Request) {
} else {
http.Error(w, "no strategy to handle request", http.StatusBadRequest)
}
}
}