mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Fix high-ASCII in source file
This commit is contained in:
@ -2,6 +2,7 @@ Version 151:
|
|||||||
|
|
||||||
* Sanitizer failures are errors
|
* Sanitizer failures are errors
|
||||||
* Depend on container_hash
|
* Depend on container_hash
|
||||||
|
* Fix high-ASCII in source file
|
||||||
|
|
||||||
WebSocket:
|
WebSocket:
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
base64.cpp and base64.h
|
base64.cpp and base64.h
|
||||||
|
|
||||||
Copyright (C) 2004-2008 Ren<EFBFBD> Nyffenegger
|
Copyright (C) 2004-2008 Rene Nyffenegger
|
||||||
|
|
||||||
This source code is provided 'as-is', without any express or implied
|
This source code is provided 'as-is', without any express or implied
|
||||||
warranty. In no event will the author be held liable for any damages
|
warranty. In no event will the author be held liable for any damages
|
||||||
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
3. This notice may not be removed or altered from any source distribution.
|
3. This notice may not be removed or altered from any source distribution.
|
||||||
|
|
||||||
Ren<EFBFBD> Nyffenegger rene.nyffenegger@adp-gmbh.ch
|
Rene Nyffenegger rene.nyffenegger@adp-gmbh.ch
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user