mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 14:15:56 +03:00
[GH-ISSUE #123] POST请求 body 有限制 #77
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hans1980775481 on GitHub (Mar 20, 2022).
Original GitHub issue: https://github.com/Finb/bark-server/issues/123
response Status : 500 Internal Server Error
response Headers : map[Content-Length:[94] Content-Type:[application/json] Date:[Sun, 20 Mar 2022 07:17:44 GMT] Server:[Bark]]
response Body : {"code":500,"message":"push failed: APNS push failed: PayloadTooLarge","timestamp":1647760664}
@usgate commented on GitHub (Apr 4, 2022):
苹果服务器对请求有长度限制,非bug
@hans1980775481 commented on GitHub (Apr 15, 2022):
限制是多大呀?
@Finb commented on GitHub (Apr 15, 2022):
现在大概是4KB, 由苹果推送接受的最大size为准