Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Mar 10, 2022
1 parent 2e14a74 commit 7d20481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
- Fix Origin header setting in websocket client
- Remove header duplicates and Content-Length
- Redirect libmicrohttpd logs to yder
- Replace uint with 'unsigned int'
- Replace `uint` with `unsigned int`
- Add `ulfius_export_request_http` and `ulfius_export_response_http`
- Use `o_strnullempty` instead of `o_strlen` to check if a char * has data
- Use `o_strnullempty` instead of `o_strlen` to check if a `char *` has data

## 2.7.7

Expand Down

0 comments on commit 7d20481

Please sign in to comment.