You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-56Lines changed: 10 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,62 +68,6 @@ let response2 = send_with_pipe(&mut pipe, request2).unwrap();
68
68
69
69
Note: Windows and Linux have a limitation in multi-threaded environments with message integrity. Users must ensure they send and receive one at a time.
@@ -173,3 +117,13 @@ The maximum chunk size is 500,000 bytes (1-byte header + up to 499,999 bytes of
173
117
174
118
On macOS, if the server's response spans multiple chunks, the client sends a dummy (empty) chunk after each intermediate response chunk to request the next one. On Linux and Windows, all response chunks are sent by the server without further prompting.
175
119
120
+
## Credits
121
+
122
+
Made with ❤️ and ☕ by the [1Password](https://1password.com/) team.
123
+
124
+
#### License
125
+
126
+
<sup>
127
+
Licensed under either of <ahref="LICENSE-APACHE">Apache License, Version
128
+
2.0</a> or <ahref="LICENSE-MIT">MIT license</a> at your option.
0 commit comments