python-websockets / websockets

Library for building WebSocket servers and clients in Python
https://websockets.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
5.16k stars 513 forks source link

Fix wrong RFC number #1439

Closed MtkN1 closed 7 months ago

MtkN1 commented 7 months ago

While studying the websockets source code, I found an incorrect RFC number in the comments and test docstrings.

I did this keyword search and fixed everything.

I truly appreciate your efforts in maintaining this fantastic library!

aaugustin commented 7 months ago

Thank you for the fix!