- Feb 07, 2022
-
-
Cecylia Bocovich authored
Due to a bug (#40098), legacy oneshot connections have not worked for awhile. Connections without the turbotunnel token would cause the server to crash. This fixes that bug by removing support altogether and simply closes the connection.
-
- Jan 18, 2022
- Nov 11, 2021
-
- Oct 07, 2021
-
-
Cecylia Bocovich authored
-
Cecylia Bocovich authored
-
Cecylia Bocovich authored
-
- Jun 19, 2021
-
-
Cecylia Bocovich authored
This fixes a stats collection bug where we were converting client addresses between a string and net.Addr using the clientAddr function multiple times, resulting in an empty string for all addresses.
-
- May 12, 2021
-
-
Cecylia Bocovich authored
Introduce a waitgroup and done channel to ensure that both the read and write gorouting for turbotunnel connections terminate when the connection is closed.
-
Cecylia Bocovich authored
-