mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-02 04:27:43 +03:00
Jul 5th update
This commit is contained in:
@@ -70,7 +70,7 @@ RestConn::parseConn() const
|
||||
|
||||
string uri;
|
||||
os >> uri;
|
||||
string identifier = uri.substr(uri.find_last_of('/') + 1);
|
||||
string identifier = uri.substr(uri.find_first_of('/') + 1);
|
||||
|
||||
uint len = 0;
|
||||
while (true) {
|
||||
|
Reference in New Issue
Block a user