Closed kubo39 closed 11 years ago
Add checking response body type to improve server's performance.
If the response body type is T_ARRAY, using Array#join, else using Enumerator#to_enum.
Oh, too complex ... should more refactoring later.
Thanks a lot!
Add checking response body type to improve server's performance.
If the response body type is T_ARRAY, using Array#join, else using Enumerator#to_enum.