You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bool getLocationConfig(const unsigned short &port, const std::string &find_path, LocationConfig& location_config)
이미 HTTPRequest getLocalPath()함수에서 host,port를 잘라서 convUriToPath() 호출되기 때문에 URI가 http:// 이거나 localhost:port가 앞에 붙어서 들어오는 경우는 없을 것으로 판단
매개변수를 URL형태로 받아서 Location 객체 반환
The text was updated successfully, but these errors were encountered: