在某些情况下,我不想向客户端响应任何内容,就好像某个端口没有任何响应一样,就好像该端口未被使用一样。
示意图:
func handleClient(w http.ResponseWriter, r *http.Request) {
if ( **** condition **** ) {
// Drop connection without sending anything to client
} else {
// Normal response
}
}
我将不胜感激任何帮助或线索来负担得起。
波斯汪
相关分类