GithubHelp home page GithubHelp logo

Comments (8)

ckuijjer avatar ckuijjer commented on May 16, 2024 3

@abhigna I think the transfer-encoding: chunked issue still exists. I've tried to use aws-serverless-express with graphql-server-express today and I run into the same issue as @denneulin

from serverless-express.

brettstack avatar brettstack commented on May 16, 2024 1

Chunked encoding still isn't working, but we are now deleting the header for you 4d54a81#diff-168726dbe96b3ce427e7fedce31bb0bcR54

from serverless-express.

brettstack avatar brettstack commented on May 16, 2024

Chunked transfer is something we are looking into; unfortunately, for now
you will need to disable it.

On Wed, 19 Oct 2016, 07:25 Anthony Denneulin, [email protected]
wrote:

Hi,

I use an express middleware that set to chunked the transfer-encoding
headers

'transfer-encoding': 'chunked'

In that case, I get the following error :

The request could not be satisfied.
CloudFront attempted to establish a connection with the origin, but either
the attempt failed or the origin closed the connection.

To make my request works, in the forwardResponseToApiGateway function of
the aws-serverless-express/index.js file I remove this header.

Do you think you could make chunked transfert encoding pass ?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#10, or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABy6l2mkJhh8RIJXLdgJxYJNydLZImRBks5q1ihQgaJpZM4KbCVz
.

from serverless-express.

denneulin avatar denneulin commented on May 16, 2024

That's really annoying but thanks for your answer ;)

from serverless-express.

goldenbearkin avatar goldenbearkin commented on May 16, 2024

Why is this closed? Is it solved?

from serverless-express.

brettstack avatar brettstack commented on May 16, 2024

This is a limitation with API Gateway, and not the library. However, I will reopen this issue for tracking and notification purposes.

from serverless-express.

goldenbearkin avatar goldenbearkin commented on May 16, 2024

Thanks brettstack.
for those seeking a temporary solution mentioned by @denneulin above. Add 'delete headers' as below in the forwardResponseToApiGateway function.

delete headers["transfer-encoding"]
const successResponse = {statusCode, body, headers}

from serverless-express.

abhigna avatar abhigna commented on May 16, 2024

This should be working now. You don't need to explicitly remove the 'transfer-encoding' header anymore.

from serverless-express.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.