Skip to content

Commit

Permalink
remove default fasthttp transport
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Jan 25, 2024
1 parent e518755 commit 373c734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
func init() {
mock.RegisterTransport()
http.RegisterTransport()
fasthttp.RegisterTransport()
socket.RegisterTransport()
udp.RegisterTransport()
websocket.RegisterTransport()
Expand Down

0 comments on commit 373c734

Please sign in to comment.