Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
380656d8
Commit
380656d8
authored
Apr 03, 2019
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output/httpd: add missing mutex lock
parent
9111bc2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
NEWS
NEWS
+2
-0
HttpdClient.cxx
src/output/plugins/httpd/HttpdClient.cxx
+1
-1
No files found.
NEWS
View file @
380656d8
ver 0.21.8 (not yet released)
* output
- httpd: add missing mutex lock
* fix build failure with GCC 9
ver 0.21.7 (2019/04/03)
...
...
src/output/plugins/httpd/HttpdClient.cxx
View file @
380656d8
...
...
@@ -154,7 +154,7 @@ HttpdClient::SendResponse() noexcept
FormatWarning
(
httpd_output_domain
,
"failed to write to client: %s"
,
(
const
char
*
)
msg
);
Close
();
Lock
Close
();
return
false
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment