-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.11.0
-
Fix Version/s: 0.12.0
-
Component/s: PHP - Library
-
Labels:None
for TBufferedTransport,
the underlying transport cannot be null. many methods used underlying transport directly, if it's null, will cause error. And a null as underlying transport for TBufferedTransport makes no sense.
So, TBufferedTransport must have underlying transport
- links to