forked from cory/tildefriends
		
	Add a Server: header.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4568 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		@@ -120,6 +120,7 @@ function Response(request, client) {
 | 
			
		||||
			let requestVersion = request.version.split("/")[1].split(".");
 | 
			
		||||
			let responseVersion = (requestVersion[0] >= 1 && requestVersion[0] >= 1) ? "1.1" : "1.0";
 | 
			
		||||
			let headerString = "HTTP/" + responseVersion + " " + status + " " + reason + "\r\n";
 | 
			
		||||
			headers['Server'] = `Tilde Friends/${version().number}`;
 | 
			
		||||
			for (let i in headers) {
 | 
			
		||||
				headerString += i + ": " + headers[i] + "\r\n";
 | 
			
		||||
				lowerHeaders[i.toLowerCase()] = headers[i];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user