Skip to content

Commit b6a9395

Browse files
committed
Update website and added todo
1 parent 579de69 commit b6a9395

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

include/poll/Poll.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ class Poll {
4848
void remove(size_t pos);
4949
void release(CallbackPointer const *callback, struct pollfd const *pollfd,
5050
size_t size);
51-
void handleAddingAttempts();
51+
void handleAddingAttempts(); // TODO: Still needed, since it doesnt seem to
52+
// be implemented?
5253
};
5354

5455
#endif // POLL_HPP

websites/config_test/lol😀.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<body>
1010
<a href="/">Home</a><br>
11-
<a href="/index">Multivalue index test</a><br>
11+
<a href="/index/">Multivalue index test</a><br>
1212
<a href="putRequest.html">PUT Request Example</a><br>
1313
<a href="deleteRequest.html">DELETE Request Example</a><br>
1414
<a href="/uploaded/">Uploaded files and autoindex once files are uploaded</a><br>

0 commit comments

Comments
 (0)