[VW 7.5] [Bug] HttpProtocolInterpreter>>proxyHostPort

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[VW 7.5] [Bug] HttpProtocolInterpreter>>proxyHostPort

Stew MacLean

proxyHostPort

 

            "Override to move sending isNil to within the or: clause. 14/09/2007."

 

            ^(self proxyHost isNil or: [self proxyHost port isNil])

                        ifTrue: [ nil ]

                        ifFalse: [ self proxyHost port ]

 

 

Reply | Threaded
Open this post in threaded view
|

RE: [VW 7.5] [Bug] HttpProtocolInterpreter>>proxyHostPort

Kogan, Tamara
Thanks.
Created AR:
52905: "Bug in HttpProtocolInterpreter>>proxyHostPort"

Tamara Kogan
Smalltalk development,
Cincom Systems

> -----Original Message-----
> From: Stewart MacLean [mailto:[hidden email]]
> Sent: Friday, September 14, 2007 2:13 AM
> To: [hidden email]
> Subject: [VW 7.5] [Bug] HttpProtocolInterpreter>>proxyHostPort
>
> proxyHostPort
>
>             "Override to move sending isNil to within the or: clause.
> 14/09/2007."
>
>             ^(self proxyHost isNil or: [self proxyHost port isNil])
>                         ifTrue: [ nil ]
>                         ifFalse: [ self proxyHost port ]
>
>