[squeak-dev] The Inbox: Network-ck.235.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Nov 5 13:28:22 UTC 2019


A new version of Network was added to project The Inbox:
http://source.squeak.org/inbox/Network-ck.235.mcz

==================== Summary ====================

Name: Network-ck.235
Author: ck
Time: 5 November 2019, 2:28:19.977827 pm
UUID: 8ba9f4f6-31d1-4901-8d7a-93654d90a89f
Ancestors: Network-cbc.234

Move noAuthorizationMethod to the class side.

Without this change the #socks5 method is broken.
All the other default settings that #socks5 uses are on the class side too and its the only place that uses it.

=============== Diff against Network-cbc.234 ===============

Item was added:
+ ----- Method: SocksSocket class>>noAutorizationMethod (in category 'accessing') -----
+ noAutorizationMethod
+ 	^0!

Item was removed:
- ----- Method: SocksSocket>>noAutorizationMethod (in category 'methods') -----
- noAutorizationMethod
- 	^0!



More information about the Squeak-dev mailing list