Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F838DF3A for ; Wed, 5 Dec 2012 12:48:17 +0000 (UTC) Received: (qmail 106 invoked by uid 500); 5 Dec 2012 12:48:16 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 99955 invoked by uid 500); 5 Dec 2012 12:48:16 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 99946 invoked by uid 99); 5 Dec 2012 12:48:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 12:48:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of apache-dev@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 12:48:07 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TgEOK-0004pc-M7 for dev@httpd.apache.org; Wed, 05 Dec 2012 13:47:56 +0100 Received: from inet-rmmc02-o.oracle.com ([148.87.67.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Dec 2012 13:47:56 +0100 Received: from sandip.dongare by inet-rmmc02-o.oracle.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Dec 2012 13:47:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@httpd.apache.org From: Sandip Dongare Subject: Re: =?utf-8?b?ImFwX2dldF9icmlnYWRlIg==?= api is failing in =?utf-8?b?IkFQX01PREVfU1BFQ1VMQVRJVkUi?= mode on Linux Date: Wed, 5 Dec 2012 12:47:30 +0000 (UTC) Lines: 9 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 148.87.67.197 (Mozilla/5.0 (Windows NT 5.1; rv:10.0.11) Gecko/20100101 Firefox/10.0.11) X-Virus-Checked: Checked by ClamAV on apache.org Thanks Nick for quick reply. I am new to this. In the code apr_bucket_read & then later memcpy is doing the job of reading.Right? In the filter I want to process the request's POST data. Are you saying something different? Please guide me how to read.