websocket.c (goaccess-1.7) | : | websocket.c (goaccess-1.7.1) | ||
---|---|---|---|---|
/** | /** | |||
* websocket.c -- An rfc6455-complaint Web Socket Server | * websocket.c -- An rfc6455-complaint Web Socket Server | |||
* _______ _______ __ __ | * _______ _______ __ __ | |||
* / ____/ | / / ___/____ _____/ /_____ / /_ | * / ____/ | / / ___/____ _____/ /_____ / /_ | |||
* / / __ | | /| / /\__ \/ __ \/ ___/ //_/ _ \/ __/ | * / / __ | | /| / /\__ \/ __ \/ ___/ //_/ _ \/ __/ | |||
* / /_/ / | |/ |/ /___/ / /_/ / /__/ ,< / __/ /_ | * / /_/ / | |/ |/ /___/ / /_/ / /__/ ,< / __/ /_ | |||
* \____/ |__/|__//____/\____/\___/_/|_|\___/\__/ | * \____/ |__/|__//____/\____/\___/_/|_|\___/\__/ | |||
* | * | |||
* The MIT License (MIT) | * The MIT License (MIT) | |||
* Copyright (c) 2009-2022 Gerardo Orellana <hello @ goaccess.io> | * Copyright (c) 2009-2023 Gerardo Orellana <hello @ goaccess.io> | |||
* | * | |||
* Permission is hereby granted, free of charge, to any person obtaining a copy | * Permission is hereby granted, free of charge, to any person obtaining a copy | |||
* of this software and associated documentation files (the "Software"), to deal | * of this software and associated documentation files (the "Software"), to deal | |||
* in the Software without restriction, including without limitation the rights | * in the Software without restriction, including without limitation the rights | |||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |||
* copies of the Software, and to permit persons to whom the Software is | * copies of the Software, and to permit persons to whom the Software is | |||
* furnished to do so, subject to the following conditions: | * furnished to do so, subject to the following conditions: | |||
* | * | |||
* The above copyright notice and this permission notice shall be included in al l | * The above copyright notice and this permission notice shall be included in al l | |||
* copies or substantial portions of the Software. | * copies or substantial portions of the Software. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |