From junsoo81.park@lge.com Thu May 2 03:04:18 2019 Return-Path: X-Original-To: libsoup-list@gnome.org Delivered-To: libsoup-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.gnome.org (Postfix) with ESMTP id A85087610C for ; Thu, 2 May 2019 03:04:18 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -4.2 X-Spam-Level: X-Spam-Status: No, score=-4.2 tagged_above=-999 required=2 tests=[BAYES_50=0.8, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham Received: from smtp.gnome.org ([127.0.0.1]) by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d1MhmRhjqqXK for ; Thu, 2 May 2019 03:04:17 +0000 (UTC) X-Greylist: delayed 1800 seconds by postgrey-1.34 at restaurant.gnome.org; Thu, 02 May 2019 03:04:16 UTC Received: from lgeamrelo11.lge.com (lgeamrelo12.lge.com [156.147.23.52]) by smtp.gnome.org (Postfix) with ESMTP id AFB7C76106 for ; Thu, 2 May 2019 03:04:15 +0000 (UTC) Received: from unknown (HELO lgeamrelo04.lge.com) (156.147.1.127) by 156.147.23.52 with ESMTP; 2 May 2019 11:34:14 +0900 X-Original-SENDERIP: 156.147.1.127 X-Original-MAILFROM: junsoo81.park@lge.com Received: from unknown (HELO GNRHQ10NA104P1) (10.186.118.212) by 156.147.1.127 with ESMTP; 2 May 2019 11:34:14 +0900 X-Original-SENDERIP: 10.186.118.212 X-Original-MAILFROM: junsoo81.park@lge.com From: "junsoo81.park" To: Subject: How to know if the client has received an one chunk under chunked transfer? Date: Thu, 2 May 2019 11:34:14 +0900 Message-ID: <003501d5008f$88300770$98901650$@lge.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0036_01D500DA.F823E470" X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdUAj1A4OcwvLLDQTseohJQcWLpUvg== Content-Language: ko X-Mailman-Approved-At: Thu, 02 May 2019 17:31:45 +0000 X-BeenThere: libsoup-list@gnome.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "discussion of libsoup, an HTTP library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2019 03:04:18 -0000 This is a multipart message in MIME format. ------=_NextPart_000_0036_01D500DA.F823E470 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, This is an engineer to use libsoup for implementation of http client. I have one question here in the case of chunked transfer. How does the client know if the client has received an one chunk under chunked transfer? In other words, I want to grab data in unit of each chunk. Is there any signal or api? Thanks. ------=_NextPart_000_0036_01D500DA.F823E470 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

 

 

This is an engineer to use libsoup = for implementation of http client. I have one question here in the case = of chunked transfer.

How does the client know if the client has received an one = chunk under chunked transfer? In other words, I want to grab data in = unit of each chunk.

Is there any signal or api?

 

 

Thanks.

 

------=_NextPart_000_0036_01D500DA.F823E470--