Bug 32243 - BackgroundJob: Leave encoding to Net::Stomp
Summary: BackgroundJob: Leave encoding to Net::Stomp
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 35092
  Show dependency treegraph
 
Reported: 2022-11-17 09:36 UTC by Marcel de Rooy
Modified: 2023-10-19 09:07 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2022-11-17 09:36:40 UTC
Question: Should we actually use Net::Stomp::Client ?

Further info:
If $Net::STOMP::Client::Frame::UTF8Header is true, the module will use UTF-8 to encode/decode the header part of the frame.
If $Net::STOMP::Client::Frame::UTF8Body is true, the module will:
[etc]