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
It's be nice if this (and perhaps the corresponding READFUNCTION libcurl options were made available to the end user.
I've got an application sending chunked responses which does so upon events occuring on the server.
The connection is kept-alive and data arrives from every 1 second, to maybe never.
The connection never gets torn down.
This module lacks the ability to receive these partial messages and it appears it just buffers them until a full response is received.
Being able to set my own handler would be kinda nice.
If this option exists, I apologize in advance. I looked through the source code and was unable to find anything that would indicate a function pointer exists for such a thing. (There is a call to CURLOPT_WRITEFUNCTION but it's hard-coded pointing to a sub).
The text was updated successfully, but these errors were encountered:
It's be nice if this (and perhaps the corresponding READFUNCTION libcurl options were made available to the end user.
I've got an application sending chunked responses which does so upon events occuring on the server.
The connection is kept-alive and data arrives from every 1 second, to maybe never.
The connection never gets torn down.
This module lacks the ability to receive these partial messages and it appears it just buffers them until a full response is received.
Being able to set my own handler would be kinda nice.
If this option exists, I apologize in advance. I looked through the source code and was unable to find anything that would indicate a function pointer exists for such a thing. (There is a call to CURLOPT_WRITEFUNCTION but it's hard-coded pointing to a sub).
The text was updated successfully, but these errors were encountered: