https://bz.apache.org/bugzilla/show_bug.cgi?id=66602
Han Li changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 338aaec1f3 Fix BZ 66602 - skip sending the WINDOW_U
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new eb51363de4 Fix BZ 66602 - skip sending the WINDOW_U
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 7b417e313e Fix BZ 66602 - skip sending the WINDOW
aooohan closed pull request #619: Fix Bug 66602: not sending WINDOW_UPDATE when
dataLength is ZERO on call SwallowedDataFramePayload
URL: https://github.com/apache/tomcat/pull/619
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 5af5af674f Fix BZ 66602 - skip sending the WINDOW_UPD
aooohan commented on code in PR #619:
URL: https://github.com/apache/tomcat/pull/619#discussion_r1198570360
##
webapps/docs/changelog.xml:
##
@@ -125,6 +125,9 @@
defined in RFC 9218 rather than the one defined in RFC 7540.
(markt)
+
+66602
aooohan commented on code in PR #619:
URL: https://github.com/apache/tomcat/pull/619#discussion_r1198570360
##
webapps/docs/changelog.xml:
##
@@ -125,6 +125,9 @@
defined in RFC 9218 rather than the one defined in RFC 7540.
(markt)
+
+66602
https://bz.apache.org/bugzilla/show_bug.cgi?id=66602
--- Comment #6 from ledefe <517893...@qq.com> ---
A PR has been submitted based on the 9.0.x branch
PR: https://github.com/apache/tomcat/pull/619
--
You are receiving this mail because:
You are the assignee for the bug.
-
ledefe opened a new pull request, #619:
URL: https://github.com/apache/tomcat/pull/619
(no comment)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/112/builds/380
Blamelist: lihan
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch main] 10492dd22bd64ff63cf77786fa67d45cdc2a54b3
S
aooohan commented on PR #617:
URL: https://github.com/apache/tomcat/pull/617#issuecomment-1553952940
Hmm. A similar issue has been raised by other user before, look this
https://lists.apache.org/list?us...@tomcat.apache.org:2023-3:openTelemetry
Hope this helps.
--
This is an automa
aooohan closed pull request #615: Add a reset method to release reference
URL: https://github.com/apache/tomcat/pull/615
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsu
aooohan commented on PR #615:
URL: https://github.com/apache/tomcat/pull/615#issuecomment-1553948162
I've done this and also cleared up reference elsewhere.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 2a084c266e Clear SocketWrapper reference to help GC
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 2cb6f8e468 Clear SocketWrapper reference to help GC
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 2b65532caf Clear SocketWrapper reference to help
This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 10492dd22b Clear SocketWrapper reference to help GC
1
aooohan commented on PR #615:
URL: https://github.com/apache/tomcat/pull/615#issuecomment-1553931455
I've look at this, I think this change is a bit complicated. Resetting the
channel while closing it is ok.
--
This is an automated message from the Apache Git Service.
To respond to the me
https://bz.apache.org/bugzilla/show_bug.cgi?id=66604
Bug ID: 66604
Summary: Tomcat 9.0.75 Linux process not getting stopped after
running shutdown.sh
Product: Tomcat 9
Version: 9.0.75
Hardware: Other
Status: NEW
Chaohua95 closed pull request #618: Update MERGE.txt
URL: https://github.com/apache/tomcat/pull/618
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-
Chaohua95 opened a new pull request, #618:
URL: https://github.com/apache/tomcat/pull/618
test
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-u
neo-ytx opened a new pull request, #617:
URL: https://github.com/apache/tomcat/pull/617
1. I think toString method should not change the object's status. Because
this method is used for return a String. Most people think they can get
object's stringValue from this method, and will not chang
https://bz.apache.org/bugzilla/show_bug.cgi?id=66602
--- Comment #5 from Mark Thomas ---
Could you be tempted into submitting a patch or PR for this? (Don't forget the
change log.)
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66602
--- Comment #4 from Mark Thomas ---
As per RFC 9113, section 6.9 it is not legal to send a WINDOW_UPDATE frame of
length zero.
I've had a quick look at the code it should be a simple fix to skip sending the
WINDOW_UPDATE frame if the increment
On Thu, May 18, 2023, 06:50 Mark Thomas wrote:
>
> 17 May 2023 20:37:01 Christopher Schultz :
>
> > On 5/17/23 04:52, Mark Thomas wrote:
>
> >> Once we switch to using Panama, we are going to have to figure out how
> >> to handle this. My primary concern is new features that depend on API
> >> ca
https://bz.apache.org/bugzilla/show_bug.cgi?id=66602
--- Comment #3 from Mark Thomas ---
If you want a guaranteed SLA, you'll have to pay for it.
I can't speak for the other committers but I have been preparing for a
conference this week. I was planning on looking at this next week unless
someon
27 matches
Mail list logo