You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StreamingNSURLSessionHttpEngine was introduced when working on the @defer support. It needed the new native memory manager to work, which is why we kept it as a separate implementation instead of modifying the existing DefaultHttpEngine.
Now that the NMM is used by default, we can make the switch.
The text was updated successfully, but these errors were encountered:
StreamingNSURLSessionHttpEngine
was introduced when working on the@defer
support. It needed the new native memory manager to work, which is why we kept it as a separate implementation instead of modifying the existingDefaultHttpEngine
.Now that the NMM is used by default, we can make the switch.
The text was updated successfully, but these errors were encountered: