Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 15C19200ACA for ; Thu, 9 Jun 2016 23:09:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 14755160A58; Thu, 9 Jun 2016 21:09:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5D189160A29 for ; Thu, 9 Jun 2016 23:09:25 +0200 (CEST) Received: (qmail 31842 invoked by uid 500); 9 Jun 2016 21:09:24 -0000 Mailing-List: contact commits-help@guacamole.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@guacamole.incubator.apache.org Delivered-To: mailing list commits@guacamole.incubator.apache.org Received: (qmail 31833 invoked by uid 99); 9 Jun 2016 21:09:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2016 21:09:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 300DE1A04F2 for ; Thu, 9 Jun 2016 21:09:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.446 X-Spam-Level: X-Spam-Status: No, score=-5.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id rKRHs6hb0GCJ for ; Thu, 9 Jun 2016 21:09:23 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 673CD5F1D5 for ; Thu, 9 Jun 2016 21:09:22 +0000 (UTC) Received: (qmail 30855 invoked by uid 99); 9 Jun 2016 21:09:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2016 21:09:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 40CCB2C1F5C for ; Thu, 9 Jun 2016 21:09:21 +0000 (UTC) Date: Thu, 9 Jun 2016 21:09:21 +0000 (UTC) From: "Michael Jumper (JIRA)" To: commits@guacamole.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (GUACAMOLE-49) Handle printing synchronously MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 09 Jun 2016 21:09:26 -0000 Michael Jumper created GUACAMOLE-49: --------------------------------------- Summary: Handle printing synchronously Key: GUACAMOLE-49 URL: https://issues.apache.org/jira/browse/GUACAMOLE-49 Project: Guacamole Issue Type: Sub-task Components: RDP Reporter: Michael Jumper Assignee: Michael Jumper As mentioned in GUACAMOLE-44: {quote} Download via SFTP or RDPDR is working perfectly with the new changes. Printing, however, is not. The RDP printing code begins streaming immediately, not waiting for an "ack" from the client. This means the GET request to the stream endpoint will likely occur *after* data has already been sent, resulting in data being dropped. If the GET request occurs after the stream has closed, then it will block until some other stream with that index is opened, leading to mismatches in the downloaded results. {quote} The print process within the RDP connection needs to be modified to wait for the initial "ack", or blobs may end up being dropped. -- This message was sent by Atlassian JIRA (v6.3.4#6332)