Skip to content

Commit

Permalink
Implement the correct method (upgrade/upgrade_protocol)
Browse files Browse the repository at this point in the history
  • Loading branch information
sacovo authored Mar 23, 2024
1 parent dde272f commit ae1ed57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_server/_server_connection.pony
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,6 @@ actor _ServerConnection is (Session & HTTP11RequestHandler)
dispose()
end

be upgrade(notify: TCPConnectionNotify iso) =>
be upgrade_protocol(notify: TCPConnectionNotify iso) =>
_conn.set_notify(consume notify)

0 comments on commit ae1ed57

Please sign in to comment.