[wp-trac] [WordPress Trac] #64781: Real-time collaboration compaction updates can result in bad request (400)
WordPress Trac
noreply at wordpress.org
Mon Mar 2 23:36:34 UTC 2026
#64781: Real-time collaboration compaction updates can result in bad request (400)
--------------------------+--------------------------------------
Reporter: czarate | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: trunk
Severity: normal | Keywords: has-patch has-unit-tests
Focuses: rest-api |
--------------------------+--------------------------------------
When a user sends a stale compaction update to
`WP_HTTP_Polling_Sync_Server`, it falls through the switch statement and
results in a `rest_invalid_update_type` error (bad request).
This generally has no ill effect since the compaction request is rescinded
on the next polling cycle, but it could cause confusion for users who are
monitoring client-side requests or server logs.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64781>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list