libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] Re: libmicrohttp upload issue


From: Christian Grothoff
Subject: [libmicrohttpd] Re: libmicrohttp upload issue
Date: Fri, 15 May 2009 09:00:58 -0600
User-agent: KMail/1.11.2 (Linux/2.6.27-11-generic; KDE/4.2.2; i686; ; )

Simple answer: no ;-).  I'd try strace first to see if either the *client* is 
sending in strange increments or if the server is reading in small increments 
(which it should not be). 

Christian

On Thursday 14 May 2009 11:54:10 pm John Muth wrote:
> Hi,
>
> I'm doing a project with libmicrohttp 0.4.1 and I'm seeing some weird
> behavior when I upload data (I'm using libcurl 7.19.4 to drive the client
> side to issue a PUT and push the data up). I'm doing 64K transfers.
>
> On the server side, I'm seeing my access handler called with upload data
> but in very small increments. For example, the first transfer will be a
> series of 1758 byte uploads. The next transfer will be a series of 1575
> bytes transfers. The 3rd will be 1391 byte transfers. And so on until I see
> a series of 2 byte transfers.
>
> Have you seen anything like this before?
>
> -John Muth
> Parascale





reply via email to

[Prev in Thread] Current Thread [Next in Thread]