Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.10.1 to reduce QNEthernet latency
Browse files Browse the repository at this point in the history
### Release v1.10.1

1. Reduce QNEthernet latency. Check [QNEthernet higher latency #38](#38)
2. Update `Packages' Patches`
  • Loading branch information
khoih-prog authored Feb 27, 2022
1 parent 4132364 commit 8414ca7
Show file tree
Hide file tree
Showing 64 changed files with 324 additions and 1,786 deletions.
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p

Please ensure to specify the following:

* Arduino IDE version (e.g. 1.8.18) or Platform.io version
* Board Core Version (e.g. Arduino SAMDUE core v1.6.12, ESP8266 core v3.0.2, ArduinoCore-mbed v2.6.1, etc.)
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
* `RP2040` Core Version (e.g. Arduino-mbed RP2040 v2.7.2 or arduino-pico core v1.12.0)
* `RP2040` Board type (e.g. NANO_RP2040_CONNECT, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040, GENERIC_RP2040, etc.)
* Contextual information (e.g. what you were trying to achieve)
* Simplest possible steps to reproduce
* Anything that might be relevant in your opinion, such as:
Expand All @@ -26,11 +27,11 @@ Please ensure to specify the following:
### Example

```
Arduino IDE version: 1.8.18
NANO_RP2040_CONNECT board
ArduinoCore-mbed v2.6.1
Arduino IDE version: 1.8.19
Arduino-mbed mbed_nano v2.7.2
NANO_RP2040_CONNECT Module
OS: Ubuntu 20.04 LTS
Linux xy-Inspiron-3593 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Linux xy-Inspiron-3593 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Context:
I encountered an endless loop while trying to connect to Local WiFi.
Expand Down
556 changes: 93 additions & 463 deletions README.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
## Table of Contents

* [Changelog](#changelog)
* [Release v1.10.1](#release-v1101)
* [Major Release v1.10.0](#major-release-v1100)
* [Release v1.9.1](#release-v191)
* [Major Release v1.9.0](#major-release-v190)
Expand Down Expand Up @@ -42,6 +43,11 @@

## Changelog

### Release v1.10.1

1. Reduce QNEthernet latency. Check [QNEthernet higher latency #38](https://github.com/khoih-prog/WebSockets2_Generic/issues/38)
2. Update `Packages' Patches`

### Major Release v1.10.0

1. Supporting case-insensitive headers, according to RFC2616
Expand Down
20 changes: 10 additions & 10 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WebSockets2_Generic",
"version": "1.10.0",
"version": "1.10.1",
"description": "WebSocket Server and Client for Arduino based on RFC6455, originally designed for ESP8266/ESP32. Now supports ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.",
"keywords": "communication, wifinina, wt32-eth01, websocket, webserver, Sinric, Alexa, ethernet, QNEthernet, NativeEthernet, lan8742a, lan8720, esp32, esp8266, stm32, samd, nrf52, rp2040, ssl, Portenta-H7, wifi, wifi101, sam-due, rpi-pico, esp32-s2, esp32-c3",
"authors": [
Expand Down Expand Up @@ -34,19 +34,19 @@
{
"owner": "khoih-prog",
"name": "WiFiNINA_Generic",
"version": ">=1.8.14-1",
"version": ">=1.8.14-3",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "DoubleResetDetector_Generic",
"version": ">=1.7.3",
"version": ">=1.8.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "FlashStorage_SAMD",
"version": ">=1.2.1",
"version": ">=1.3.2",
"platforms": ["atmelsam"]
},
{
Expand All @@ -58,13 +58,13 @@
{
"owner": "khoih-prog",
"name": "WiFiWebServer",
"version": ">=1.4.2",
"version": ">=1.6.2",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "EthernetWebServer",
"version": ">=1.7.1",
"version": ">=2.0.0",
"platforms": ["*"]
},
{
Expand All @@ -76,7 +76,7 @@
{
"owner": "khoih-prog",
"name": "EthernetWebServer_STM32",
"version": ">=1.2.1",
"version": ">=1.3.3",
"platforms": ["ststm32"]
},
{
Expand Down Expand Up @@ -106,13 +106,13 @@
{
"owner": "jandrassy",
"name": "EthernetENC",
"version": ">=2.0.1",
"version": ">=2.0.2",
"platforms": ["*"]
},
{
"owner": "jandrassy",
"name": "WiFiEspAT",
"version": ">=1.3.1",
"version": ">=1.3.2",
"platforms": ["*"]
},
{
Expand Down Expand Up @@ -146,7 +146,7 @@
{
"owner": "ssilverman",
"name": "QNEthernet",
"version": ">=0.11.0",
"version": ">=0.13.0",
"platforms": ["teensy"]
}
],
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WebSockets2_Generic
version=1.10.0
version=1.10.1
author=Gil Maimon <[email protected]>, Khoi Hoang <[email protected]>
maintainer=Khoi Hoang <[email protected]>
sentence=A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.
Expand All @@ -8,5 +8,5 @@ category=Communication
url=https://github.com/khoih-prog/WebSockets2_Generic
license=GPLv3
architectures=*
includes=WebSockets2_Generic.h
depends=WiFiNINA_Generic, WiFiWebServer, EthernetWebServer, WebServer_WT32_ETH01, EthernetWebServer_STM32, DoubleResetDetector_Generic, SinricPro_Generic, FlashStorage_SAMD
includes=WebSockets2_Generic.h
40 changes: 20 additions & 20 deletions platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,44 +40,44 @@ lib_compat_mode = strict

lib_deps =
; PlatformIO 4.x
WiFiNINA_Generic@~1.8.14-1
WiFiWebServer@~1.4.2
EthernetWebServer@~1.7.1
WiFiNINA_Generic@~1.8.14-3
WiFiWebServer@~1.6.2
EthernetWebServer@~2.0.0
WebServer_WT32_ETH01@~1.4.1
EthernetWebServer_STM32@>=1.2.1
EthernetWebServer_STM32@>=1.3.3
Ethernet@~2.0.0
EthernetLarge@~2.0.0
Ethernet2@~1.0.4
Ethernet3@~1.5.5
EthernetENC@~2.0.1
EthernetENC@~2.0.2
UIPEthernet@~2.0.8
STM32duino LwIP@>=2.1.2
STM32duino STM32Ethernet@>=1.2.0
DoubleResetDetector_Generic@>=1.7.3
SinricPro_Generic@>=2.8.3
FlashStorage_SAMD@>=1.2.1
FlashStorage_STM32@~1.1.0
QNEthernet@>=0.11.0
DoubleResetDetector_Generic@>=1.8.0
SinricPro_Generic@>=2.8.4
FlashStorage_SAMD@>=1.3.2
FlashStorage_STM32@~1.2.0
QNEthernet@>=0.13.0
https://github.com/khoih-prog/WiFi101
; PlatformIO 5.x
; khoih-prog/WiFiNINA_Generic@~1.8.14-1
; khoih-prog/WiFiWebServer@~1.4.2
; khoih-prog/EthernetWebServer@~1.7.1
; khoih-prog/WiFiNINA_Generic@~1.8.14-3
; khoih-prog/WiFiWebServer@~1.6.2
; khoih-prog/EthernetWebServer@~2.0.0
; khoih-prog/WebServer_WT32_ETH01@~1.4.1
; khoih-prog/EthernetWebServer_STM32@>=1.2.1
; khoih-prog/EthernetWebServer_STM32@>=1.3.3
; PaulStoffregen/Ethernet@~2.0.0
; PaulStoffregen/EthernetLarge@~2.0.0
; adafruit/Ethernet2@~1.0.4
; sstaub/Ethernet3@~1.5.5
; jandrassy/EthernetENC@~2.0.1
; jandrassy/EthernetENC@~2.0.2
; UIPEthernet/UIPEthernet@~2.0.8
; stm32duino/STM32duino LwIP@>=2.1.2
; stm32duino/STM32duino STM32Ethernet@>=1.2.0
; khoih-prog/DoubleResetDetector_Generic@>=1.7.3
; khoih-prog/SinricPro_Generic@>=2.8.3
; khoih-prog/FlashStorage_SAMD@~1.2.1
; khoih-prog/FlashStorage_STM32@~1.1.0
; ssilverman/QNEthernet@>=0.11.0
; khoih-prog/DoubleResetDetector_Generic@>=1.8.0
; khoih-prog/SinricPro_Generic@>=2.8.4
; khoih-prog/FlashStorage_SAMD@~1.3.2
; khoih-prog/FlashStorage_STM32@~1.2.0
; ssilverman/QNEthernet@>=0.13.0
; https://github.com/khoih-prog/WiFi101

build_flags =
Expand Down
25 changes: 3 additions & 22 deletions src/Tiny_Websockets_Generic/client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,16 @@
Built by Khoi Hoang https://github.com/khoih-prog/Websockets2_Generic
Licensed under MIT license
Version: 1.10.0
Version: 1.10.1
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/07/2020 Initial coding/porting to support nRF52 and SAMD21/SAMD51 boards. Add SINRIC/Alexa support
1.0.1 K Hoang 16/07/2020 Add support to Ethernet W5x00 to nRF52, SAMD21/SAMD51 and SAM DUE boards
1.0.2 K Hoang 18/07/2020 Add support to Ethernet ENC28J60 to nRF52, SAMD21/SAMD51 and SAM DUE boards
1.0.3 K Hoang 18/07/2020 Add support to STM32F boards using Ethernet W5x00, ENC28J60 and LAN8742A
1.0.4 K Hoang 27/07/2020 Add support to STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 using
Ethernet W5x00, ENC28J60, LAN8742A and WiFiNINA. Add examples and Packages' Patches.
1.0.5 K Hoang 29/07/2020 Sync with ArduinoWebsockets v0.4.18 to fix ESP8266 SSL bug.
1.0.6 K Hoang 06/08/2020 Add non-blocking WebSocketsServer feature and non-blocking examples.
1.0.7 K Hoang 03/10/2020 Add support to Ethernet ENC28J60 using EthernetENC and UIPEthernet v2.0.9
1.1.0 K Hoang 08/12/2020 Add support to Teensy 4.1 using NativeEthernet
1.2.0 K Hoang 16/04/2021 Add limited support (client only) to ESP32-S2 and LAN8720 for STM32F4/F7
1.2.1 K Hoang 16/04/2021 Add support to new ESP32-S2 boards. Restore Websocket Server function for ESP32-S2.
1.2.2 K Hoang 16/04/2021 Add support to ESP32-C3
1.2.3 K Hoang 02/05/2021 Update CA Certs and Fingerprint for EP32 and ESP8266 secured exampled.
1.2.4 K Hoang 05/05/2021 Add InSecure mode for ESP32 and examples for ESP32/ESP8266
1.3.0 K Hoang 20/05/2021 Add support to WiFi101
1.4.0 K Hoang 25/05/2021 Add support to RP2040-based boards using Arduino-pico and Arduino mbed_rp2040 core
1.5.0 K Hoang 08/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 06/09/2021 Add support to QNEthernet Library for Teensy 4.1
1.7.0 K Hoang 18/09/2021 Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
1.8.0 K Hoang 03/10/2021 Add support to RP2040, using WiFiNINA, such as Nano_RP2040_Connect
1.8.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
...
1.9.0 K Hoang 30/11/2021 Auto detect ESP32 core version. Fix bug in examples
1.9.1 K Hoang 17/12/2021 Fix QNEthernet TCP interface
1.10.0 K Hoang 18/12/2021 Supporting case-insensitive headers, according to RFC2616
1.10.1 K Hoang 26/02/2022 Reduce QNEthernet latency
*****************************************************************************************************************************/

#ifndef _CLIENT_HPP_
Expand Down
25 changes: 3 additions & 22 deletions src/Tiny_Websockets_Generic/internals/data_frame.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,16 @@
Built by Khoi Hoang https://github.com/khoih-prog/Websockets2_Generic
Licensed under MIT license
Version: 1.10.0
Version: 1.10.1
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/07/2020 Initial coding/porting to support nRF52 and SAMD21/SAMD51 boards. Add SINRIC/Alexa support
1.0.1 K Hoang 16/07/2020 Add support to Ethernet W5x00 to nRF52, SAMD21/SAMD51 and SAM DUE boards
1.0.2 K Hoang 18/07/2020 Add support to Ethernet ENC28J60 to nRF52, SAMD21/SAMD51 and SAM DUE boards
1.0.3 K Hoang 18/07/2020 Add support to STM32F boards using Ethernet W5x00, ENC28J60 and LAN8742A
1.0.4 K Hoang 27/07/2020 Add support to STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 using
Ethernet W5x00, ENC28J60, LAN8742A and WiFiNINA. Add examples and Packages' Patches.
1.0.5 K Hoang 29/07/2020 Sync with ArduinoWebsockets v0.4.18 to fix ESP8266 SSL bug.
1.0.6 K Hoang 06/08/2020 Add non-blocking WebSocketsServer feature and non-blocking examples.
1.0.7 K Hoang 03/10/2020 Add support to Ethernet ENC28J60 using EthernetENC and UIPEthernet v2.0.9
1.1.0 K Hoang 08/12/2020 Add support to Teensy 4.1 using NativeEthernet
1.2.0 K Hoang 16/04/2021 Add limited support (client only) to ESP32-S2 and LAN8720 for STM32F4/F7
1.2.1 K Hoang 16/04/2021 Add support to new ESP32-S2 boards. Restore Websocket Server function for ESP32-S2.
1.2.2 K Hoang 16/04/2021 Add support to ESP32-C3
1.2.3 K Hoang 02/05/2021 Update CA Certs and Fingerprint for EP32 and ESP8266 secured exampled.
1.2.4 K Hoang 05/05/2021 Add InSecure mode for ESP32 and examples for ESP32/ESP8266
1.3.0 K Hoang 20/05/2021 Add support to WiFi101
1.4.0 K Hoang 25/05/2021 Add support to RP2040-based boards using Arduino-pico and Arduino mbed_rp2040 core
1.5.0 K Hoang 08/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 06/09/2021 Add support to QNEthernet Library for Teensy 4.1
1.7.0 K Hoang 18/09/2021 Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
1.8.0 K Hoang 03/10/2021 Add support to RP2040, using WiFiNINA, such as Nano_RP2040_Connect
1.8.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
...
1.9.0 K Hoang 30/11/2021 Auto detect ESP32 core version. Fix bug in examples
1.9.1 K Hoang 17/12/2021 Fix QNEthernet TCP interface
1.10.0 K Hoang 18/12/2021 Supporting case-insensitive headers, according to RFC2616
1.10.1 K Hoang 26/02/2022 Reduce QNEthernet latency
*****************************************************************************************************************************/

#pragma once
Expand Down
25 changes: 3 additions & 22 deletions src/Tiny_Websockets_Generic/internals/websockets_endpoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,16 @@
Built by Khoi Hoang https://github.com/khoih-prog/Websockets2_Generic
Licensed under MIT license
Version: 1.10.0
Version: 1.10.1
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/07/2020 Initial coding/porting to support nRF52 and SAMD21/SAMD51 boards. Add SINRIC/Alexa support
1.0.1 K Hoang 16/07/2020 Add support to Ethernet W5x00 to nRF52, SAMD21/SAMD51 and SAM DUE boards
1.0.2 K Hoang 18/07/2020 Add support to Ethernet ENC28J60 to nRF52, SAMD21/SAMD51 and SAM DUE boards
1.0.3 K Hoang 18/07/2020 Add support to STM32F boards using Ethernet W5x00, ENC28J60 and LAN8742A
1.0.4 K Hoang 27/07/2020 Add support to STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 using
Ethernet W5x00, ENC28J60, LAN8742A and WiFiNINA. Add examples and Packages' Patches.
1.0.5 K Hoang 29/07/2020 Sync with ArduinoWebsockets v0.4.18 to fix ESP8266 SSL bug.
1.0.6 K Hoang 06/08/2020 Add non-blocking WebSocketsServer feature and non-blocking examples.
1.0.7 K Hoang 03/10/2020 Add support to Ethernet ENC28J60 using EthernetENC and UIPEthernet v2.0.9
1.1.0 K Hoang 08/12/2020 Add support to Teensy 4.1 using NativeEthernet
1.2.0 K Hoang 16/04/2021 Add limited support (client only) to ESP32-S2 and LAN8720 for STM32F4/F7
1.2.1 K Hoang 16/04/2021 Add support to new ESP32-S2 boards. Restore Websocket Server function for ESP32-S2.
1.2.2 K Hoang 16/04/2021 Add support to ESP32-C3
1.2.3 K Hoang 02/05/2021 Update CA Certs and Fingerprint for EP32 and ESP8266 secured exampled.
1.2.4 K Hoang 05/05/2021 Add InSecure mode for ESP32 and examples for ESP32/ESP8266
1.3.0 K Hoang 20/05/2021 Add support to WiFi101
1.4.0 K Hoang 25/05/2021 Add support to RP2040-based boards using Arduino-pico and Arduino mbed_rp2040 core
1.5.0 K Hoang 08/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 06/09/2021 Add support to QNEthernet Library for Teensy 4.1
1.7.0 K Hoang 18/09/2021 Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
1.8.0 K Hoang 03/10/2021 Add support to RP2040, using WiFiNINA, such as Nano_RP2040_Connect
1.8.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
...
1.9.0 K Hoang 30/11/2021 Auto detect ESP32 core version. Fix bug in examples
1.9.1 K Hoang 17/12/2021 Fix QNEthernet TCP interface
1.10.0 K Hoang 18/12/2021 Supporting case-insensitive headers, according to RFC2616
1.10.1 K Hoang 26/02/2022 Reduce QNEthernet latency
*****************************************************************************************************************************/

#pragma once
Expand Down
25 changes: 3 additions & 22 deletions src/Tiny_Websockets_Generic/internals/ws_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,16 @@
Built by Khoi Hoang https://github.com/khoih-prog/Websockets2_Generic
Licensed under MIT license
Version: 1.10.0
Version: 1.10.1
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/07/2020 Initial coding/porting to support nRF52 and SAMD21/SAMD51 boards. Add SINRIC/Alexa support
1.0.1 K Hoang 16/07/2020 Add support to Ethernet W5x00 to nRF52, SAMD21/SAMD51 and SAM DUE boards
1.0.2 K Hoang 18/07/2020 Add support to Ethernet ENC28J60 to nRF52, SAMD21/SAMD51 and SAM DUE boards
1.0.3 K Hoang 18/07/2020 Add support to STM32F boards using Ethernet W5x00, ENC28J60 and LAN8742A
1.0.4 K Hoang 27/07/2020 Add support to STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 using
Ethernet W5x00, ENC28J60, LAN8742A and WiFiNINA. Add examples and Packages' Patches.
1.0.5 K Hoang 29/07/2020 Sync with ArduinoWebsockets v0.4.18 to fix ESP8266 SSL bug.
1.0.6 K Hoang 06/08/2020 Add non-blocking WebSocketsServer feature and non-blocking examples.
1.0.7 K Hoang 03/10/2020 Add support to Ethernet ENC28J60 using EthernetENC and UIPEthernet v2.0.9
1.1.0 K Hoang 08/12/2020 Add support to Teensy 4.1 using NativeEthernet
1.2.0 K Hoang 16/04/2021 Add limited support (client only) to ESP32-S2 and LAN8720 for STM32F4/F7
1.2.1 K Hoang 16/04/2021 Add support to new ESP32-S2 boards. Restore Websocket Server function for ESP32-S2.
1.2.2 K Hoang 16/04/2021 Add support to ESP32-C3
1.2.3 K Hoang 02/05/2021 Update CA Certs and Fingerprint for EP32 and ESP8266 secured exampled.
1.2.4 K Hoang 05/05/2021 Add InSecure mode for ESP32 and examples for ESP32/ESP8266
1.3.0 K Hoang 20/05/2021 Add support to WiFi101
1.4.0 K Hoang 25/05/2021 Add support to RP2040-based boards using Arduino-pico and Arduino mbed_rp2040 core
1.5.0 K Hoang 08/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 06/09/2021 Add support to QNEthernet Library for Teensy 4.1
1.7.0 K Hoang 18/09/2021 Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
1.8.0 K Hoang 03/10/2021 Add support to RP2040, using WiFiNINA, such as Nano_RP2040_Connect
1.8.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
...
1.9.0 K Hoang 30/11/2021 Auto detect ESP32 core version. Fix bug in examples
1.9.1 K Hoang 17/12/2021 Fix QNEthernet TCP interface
1.10.0 K Hoang 18/12/2021 Supporting case-insensitive headers, according to RFC2616
1.10.1 K Hoang 26/02/2022 Reduce QNEthernet latency
*****************************************************************************************************************************/

#pragma once
Expand Down
Loading

0 comments on commit 8414ca7

Please sign in to comment.