Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agile6v committed May 25, 2019
1 parent 3ee5283 commit fbe3c5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- [License](#license)

# Features
* **Multiple Protocols**: HTTP1.0, HTTP1.1, HTTP2.0, HTTPS, Websocket, UDP
* **Multiple Protocols**: HTTP1.0, HTTP1.1, HTTP2.0, HTTPS, WEBSOCKET, UDP, TCP.
* **Cross-Platform**: Linux, MacOSX, Windows
* **Scalability**: With the Master-Slave model, Slave can be expanded indefinitely. In other words, you can simulate as many users as you want.

Expand Down
1 change: 0 additions & 1 deletion pkg/proto/tcp/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ func (builder *TCPBuilder) Request(ctx context.Context, obj interface{}, taskReq
content := make([]byte, builder.options.MsgLength)
_, err := conn.Write(content)
if err != nil {
log.Infof(">>>>> %s", err)
return err
}

Expand Down

0 comments on commit fbe3c5f

Please sign in to comment.