1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Actix-web client: Always append a colon after username in basic auth (#949)

* Always append a colon after username in basic auth

* Update CHANGES.md
This commit is contained in:
Alec Moskvin
2019-06-30 23:34:42 -04:00
committed by Nikolay Kim
parent 5901dfee1a
commit d2eb1edac3
4 changed files with 13 additions and 6 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.2.2] - TBD
### Changed
* Always append a colon after username in basic auth
## [0.2.1] - 2019-06-05
### Added