Ken Egozi
Results
3
issues of
Ken Egozi
Per the RFC at https://tools.ietf.org/html/rfc2616#section-14.43, "By convention, the product tokens are listed in order of their significance for identifying the application." Support specifying a prefix to the user agent, so...
cla: yes
with the following script: ``` target a: print "a" target b,(a,): print "b" target c,(a,): print "c" target d,(a,b,c): print "d" ``` building target 'd' results with target 'b' being...