| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | http: Update httpclient options when reusing an existing connection. | Sebastian Lackner | 2022-10-20 | 1 | -0/+9 |
| | | | | | | | | | | | Httpclient internally stores a copy of the certificate_check callback and payload. When connecting via HTTPS, and if the server sends back "Connection: close" after the first request, the following request would attempt to re-use the httpclient and call the (now outdated) callback. In particular for pygit2 this is a problem, since callbacks / payloads are only valid for the duration of a libgit2 call, leading to a ffi.from_handle() error and crashing the Python interpreter. | ||||
| * | http: skip processing when body is null or 0 length | Edward Thomson | 2022-02-27 | 1 | -1/+1 |
| | | | | | Mistakenly `&&` when we should have `||`d. | ||||
| * | refactor: `src` is now `src/libgit2` | Edward Thomson | 2022-02-22 | 1 | -0/+1579 |
