Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 6d44b65

Browse files
authored
v1.4.1 to not destroy original CString
### Releases v1.4.1 1. Don't need `memmove()`, CString no longer destroyed. Check [All memmove() removed - string no longer destroyed #11](#11)
1 parent 7d33b11 commit 6d44b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ such as
180180
request->send(200, textPlainStr, cStr);
181181
```
182182

183-
The required HEAP is also about **3 times of the CString size** because of many `unnecessary copies` of the CString in HEAP. Avoid this `unefficient` way.
183+
The required HEAP is also about **3 times of the CString size** because of many `unnecessary copies` of the CString in HEAP. Avoid this `unefficient` way.
184184

185185

186186
3. To use `CString` without destroying it after sending. Use function

0 commit comments

Comments
 (0)