Closed
Description
To prevent regression of #3628 it would be nice to specify that the user shouldn't use some functions directly from HttpClient. Here's where this is suggested: #3682 (comment)
Would be good to consider this for other aspects of the code too. In particular:
- Encourage efficient file IO that is correct with regards to locale.
- Encouraging the use of process utilities. This will be particularly important once there is generic support for
--with-PROG
flags