svenvc / zodiac

Zodiac is an open-source Smalltalk framework implementing TLS/SSL secure as well as regular socket streams.
MIT License
9 stars 13 forks source link

cosmetic changes #10

Closed demarey closed 2 years ago

demarey commented 2 years ago

protocols renaming and use ifNil: when possible

svenvc commented 2 years ago

OK, looks good.

But I see that you are removing the use of ifNil: or am I looking at it the wrong way ?

demarey commented 2 years ago

You're right. I will update the PR.

svenvc commented 2 years ago

You're right. I will update the PR.

You missed one in ZdcSecureSocketStream>>#sslSession but we can fix it afterwards manually