Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Configurable stop time #302#305

Merged
ludoch merged 1 commit intoGoogleCloudPlatform:async-supportfrom
jetty-project:async-support-302
Jul 28, 2016
Merged

Configurable stop time #302#305
ludoch merged 1 commit intoGoogleCloudPlatform:async-supportfrom
jetty-project:async-support-302

Conversation

@gregw
Copy link
Contributor

@gregw gregw commented Jul 27, 2016

Temporary fix for #302 until parameter added to jetty release

Temporary fix for GoogleCloudPlatform#302 until parameter added to jetty release
jetty.httpConfig.responseHeaderSize=8192
jetty.httpConfig.sendServerVersion=true
jetty.httpConfig.sendDateHeader=false
jetty.server.stopTimeout=30000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not commented here, but commented on the one above... jetty9-base/src/main/jetty-base/modules/gae.mod
Any reasons?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a default value in the XML of 30s that will be used if the property is not set.

The property is commented out in the jetty9 module because it is following the jetty convention of just documenting with a commented property how to change the default

The property is not commented out in the compat module because it is following the gae-compat convention of being explicit in one place of key values and not relying on jetty defaults.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@ludoch
Copy link
Contributor

ludoch commented Jul 28, 2016

LGTM

@ludoch ludoch merged commit 21fe4fc into GoogleCloudPlatform:async-support Jul 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants