File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818
1919* Redacted headers are no longer serialized to disk. This is important since it
2020 makes it harder to accidentally leak secrets to files on disk, but comes at a
21- cost: you can longer perform such requests that have been saved and reloaded
21+ cost: you can no longer perform such requests that have been saved and reloaded
2222 (#721 ).
2323
2424* URL construction is now powered by ` curl::curl_modify_url() ` , and hence now
3636* New ` resp_timing() ` exposes timing information about the request measured
3737 by libcurl (@arcresu , #725 ).
3838
39- ## Minor improvements bug fixues
39+ ## Minor improvements and bug fixes
4040
41- * Functions that capture interrutps (like ` req_perform_parallel() ` and friends)
41+ * Functions that capture interrupts (like ` req_perform_parallel() ` and friends)
4242 are now easier to escape if they're called inside a loop: you can press
4343 Ctrl + C twice to guarantee an exit (#1810 ).
4444
You can’t perform that action at this time.
0 commit comments