Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
- Push version to V1.005
  • Loading branch information
Dadido3 committed Feb 28, 2021
1 parent 8a27ef1 commit ea7060f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Includes/WebSocket_Server.pbi
Expand Up @@ -127,7 +127,7 @@
; - Add reason to Client_Disconnect
; - Close connection with correct status code in case of error
;
; - Dev (28.02.2021)
; - V1.005 (28.02.2021)
; - Use suggested min. size for Base64EncoderBuffer output buffer
; - Add connect (handshake) and disconnect timeouts
; - Read http header in bigger chunks, assume that clients don't send any data after #CRLF$ #CRLF$
Expand All @@ -150,7 +150,7 @@ DeclareModule WebSocket_Server

; ##################################################### Public Constants ############################################

#Version = 0
#Version = 1005

Enumeration
#Event_None
Expand Down

0 comments on commit ea7060f

Please sign in to comment.